Mercurial > hg > index.cgi
diff lwasm/pragma.c @ 401:bbe5401a9bf3
Fix inadvertent branch
author | William Astle <lost@l-w.ca> |
---|---|
date | Wed, 14 Oct 2015 19:15:41 -0600 |
parents | 6153cb49403c |
children | c501b3ce39c8 |
line wrap: on
line diff
--- a/lwasm/pragma.c Tue Oct 13 23:41:19 2015 -0600 +++ b/lwasm/pragma.c Wed Oct 14 19:15:41 2015 -0600 @@ -72,6 +72,8 @@ { "m80ext", "nom80ext", PRAGMA_M80EXT }, { "6809conv", "no6809conv", PRAGMA_6809CONV }, { "6309conv", "no6309conv", PRAGMA_6309CONV }, + { "newsource", "nonewsource", PRAGMA_NEWSOURCE }, + { "nooldsource", "oldsource", PRAGMA_NEWSOURCE }, { 0, 0, 0 } };