diff options
author | Timothy Wall <twall@alum.mit.edu> | 2000-02-08 14:13:57 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2000-02-08 14:13:57 +0000 |
commit | 3fd9f0476f43c574b3525132a372f4960efc0a1b (patch) | |
tree | 2ecdff1ca8f91ba0d9ecd4def96bbe9d926ad4da /gas/read.h | |
parent | 08ccce320647e30448a6b94e87ef89a977fc84dc (diff) | |
download | binutils-gdb-3fd9f0476f43c574b3525132a372f4960efc0a1b.tar.gz |
New elseif directive has been added.
Diffstat (limited to 'gas/read.h')
-rw-r--r-- | gas/read.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/read.h b/gas/read.h index ae3b103686b..9d080bfb23c 100644 --- a/gas/read.h +++ b/gas/read.h @@ -128,6 +128,7 @@ extern void s_comm PARAMS ((int)); extern void s_data PARAMS ((int)); extern void s_desc PARAMS ((int)); extern void s_else PARAMS ((int arg)); +extern void s_elseif PARAMS ((int arg)); extern void s_end PARAMS ((int arg)); extern void s_endif PARAMS ((int arg)); extern void s_err PARAMS ((int)); |