New elseif directive has been added.

This commit is contained in:
Timothy Wall
2000-02-08 14:13:57 +00:00
parent 08ccce3206
commit 3fd9f0476f
5 changed files with 97 additions and 0 deletions

View File

@ -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));