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

@@ -306,6 +306,7 @@ static const pseudo_typeS potable[] =
{"eject", listing_eject, 0}, /* Formfeed listing */
{"else", s_else, 0},
{"elsec", s_else, 0},
{"elseif", s_elseif, (int) O_ne},
{"end", s_end, 0},
{"endc", s_endif, 0},
{"endfunc", s_func, 1},