* app.c (input_buffer): New static variable.
commit10538a6f4e0d0c5b5ba02c45a5247bcfe220c5ce
authorIan Lance Taylor <ian@airs.com>
Thu, 3 Jun 1999 00:24:14 +0000 (3 00:24 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 3 Jun 1999 00:24:14 +0000 (3 00:24 +0000)
tree8d233c75550e2fa9ee69fef1e9c657ff2fc263aa
parent8f014e057489672924efb9ef6a0b92c683f09633
* 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