*** empty log message ***
authorceriel <none@none>
Wed, 5 Nov 1986 21:31:23 +0000 (21:31 +0000)
committerceriel <none@none>
Wed, 5 Nov 1986 21:31:23 +0000 (21:31 +0000)
util/LLgen/lib/rec

index 3c88504..a8d0835 100644 (file)
@@ -57,8 +57,8 @@ LLerror(t) {
 
 #ifdef LL_NEWMESS
        if (t == EOFILE) {
-               while ((LLsymb = LL_LEXI()) > 0) /* nothing */ ;
                LLmessage(-1);
+               while ((LLsymb = LL_LEXI()) > 0) /* nothing */ ;
                return;
        }
 #endif