OSDN Git Service

* app.c (input_buffer): New static variable.
authorian <ian>
Thu, 3 Jun 1999 00:24:11 +0000 (00:24 +0000)
committerian <ian>
Thu, 3 Jun 1999 00:24:11 +0000 (00:24 +0000)
commit2bb7fe6ae2c8f01933dcea690d61fa2204067fc6
treee1fe5d788ba61abf2510cb7752ef2d84219b1193
parentfe0dfa1b28f0172993adc03ec55da3058e93cf25
* app.c (input_buffer): New static variable.
(app_push): Save saved_input in allocated buffer.
(app_pop): Restored saved_input.
(do_scrub_chars): Change get parameter to take char * and int as
arguments.  Change GET macro to pass input_buffer to get
function.  Don't save input into allocated buffer.
* as.h (do_scrub_chars): Update declaration.
* input-file.c (input_file_get): Change to take char * and int.
Read data into passed in buffer.  Remove static buffer.
* read.c (scrub_from_string): Change to take char * and int.  Copy
data into passed in buffer.
gas/app.c
gas/as.h
gas/input-file.c
gas/read.c