Avoid filling twice token values.
[TP_AL_C.git] / lexer / syntactic_analyzer.c
index ae3251ae48c4da759f8f0fe02ef88aceefbffbc0..b9787df6976e51eccc1a8d9a1dd7baae08e43e8c 100644 (file)
@@ -216,6 +216,9 @@ void analyze_AXIOME() {
     if (target != NULL) {
         fputws(L"\n<body>\n", target);
     }
+    #if PRINT_TOKEN
+    wprint_ctoken(stdout);
+    #endif /* PRINT_TOKEN */
     if (tokenType != FIN) {
         fprintf(stderr, "%s follows error on %s\n", __func__, tokenTypestr[tokenType]);
         fflush(stderr);