Author: kjs
Date: Wed Dec 10 02:29:09 2008
New Revision: 33755

Modified:
   trunk/compilers/imcc/main.c

Log:
[imcc] remove .endnamespace from preprocessing function in imcc.

Modified: trunk/compilers/imcc/main.c
==============================================================================
--- trunk/compilers/imcc/main.c (original)
+++ trunk/compilers/imcc/main.c Wed Dec 10 02:29:09 2008
@@ -591,7 +591,6 @@
             case RESULT:        printf(".result "); break;
             case RETURN:        printf(".return "); break;
             case NAMESPACE:     printf(".namespace "); break;
-            case ENDNAMESPACE:  printf(".endnamespace"); break;
             case CONST:         printf(".const "); break;
             case PARAM:         printf(".param "); break;
             /* RT#46147: print out more information about the macro */

Reply via email to