X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=direct.c;h=3542669d201c056c1428074e3dd140b6421106ea;hp=7673d29c18eb0089d848148b427b0ef5fd1992f0;hb=9df4696c6d38b7908dd83f95509fc14f2f7c799c;hpb=61ba7cfa9ae30c0c8211e12b00924ce4efc2c847 diff --git a/direct.c b/direct.c index 7673d29..3542669 100644 --- a/direct.c +++ b/direct.c @@ -118,15 +118,15 @@ int d_org(void) // int d_print(void) { - char prntstr[LNSIZ]; // String for PRINT directive - char format[LNSIZ]; // Format for PRINT directive - int formatting = 0; // Formatting on/off - int wordlong = 0; // WORD = 0, LONG = 1 - int outtype = 0; // 0:hex, 1:decimal, 2:unsigned - - VALUE eval; // Expression value - WORD eattr; // Expression attributes - SYM * esym; // External symbol involved in expr. + char prntstr[LNSIZ]; // String for PRINT directive + char format[LNSIZ]; // Format for PRINT directive + int formatting = 0; // Formatting on/off + int wordlong = 0; // WORD = 0, LONG = 1 + int outtype = 0; // 0:hex, 1:decimal, 2:unsigned + + VALUE eval; // Expression value + WORD eattr; // Expression attributes + SYM * esym; // External symbol involved in expr. TOKEN r_expr[EXPRSIZE]; while (*tok != EOL) @@ -201,7 +201,7 @@ int d_print(void) } printf("\n"); - println("\n"); +// println("\n"); return 0;