diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-08-24 17:39:52 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-15 23:01:32 -0400 |
commit | 7beed9e6cf1ebc8bfb995e317f933781c4f2964a (patch) | |
tree | 6950d0061f746f8cc46e9e963c1dc856382fcb94 /lisc/main.c | |
parent | d9b9c68532a47d9ba84249f17ce2e7dd0d1df3c8 (diff) | |
download | roux-7beed9e6cf1ebc8bfb995e317f933781c4f2964a.tar.gz |
update emit to the new setting
Diffstat (limited to 'lisc/main.c')
-rw-r--r-- | lisc/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisc/main.c b/lisc/main.c index b4abeba..f4ed6ea 100644 --- a/lisc/main.c +++ b/lisc/main.c @@ -113,7 +113,6 @@ main(int ac, char *av[]) rega(fn); goto RPODump; } - #if 0 case 'e': { int n; @@ -137,7 +136,6 @@ main(int ac, char *av[]) pr = 0; break; } - #endif default: break; } |