summaryrefslogtreecommitdiff
path: root/gas/read.h
diff options
context:
space:
mode:
authorTimothy Wall <twall@alum.mit.edu>2000-02-08 14:13:57 +0000
committerTimothy Wall <twall@alum.mit.edu>2000-02-08 14:13:57 +0000
commitcd46f7128cc14f65ae11a94c00df5444d7976013 (patch)
tree810d37df174ee675db27281ad49b359096e8eabc /gas/read.h
parentdfe3ef3b6c6fc043a981869e07b2f5b3726a1623 (diff)
downloadbinutils-redhat-cd46f7128cc14f65ae11a94c00df5444d7976013.tar.gz
New elseif directive has been added.
Diffstat (limited to 'gas/read.h')
-rw-r--r--gas/read.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/read.h b/gas/read.h
index ae3b103686..9d080bfb23 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));