*** empty log message ***

This commit is contained in:
Viktor Szakats
1999-07-30 04:08:34 +00:00
parent 4da4868378
commit 81cb99095c
3 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
19990730-05:55 CET Victor Szel <info@szelvesz.hu>
+ source/hbpp/hbppint.c - Added "Warning" to the
message "non directive in include file"
+ tests/broken/vec2.prg - Added a failing command:
STATIC bBlock2 := {|| cMyPubVar }
19990730-05:00 CET Victor Szel <info@szelvesz.hu>
! source/rtl/inkey.c -
#elif defined(__GNUC__) -> #elif defined(__CYGNUS__)

View File

@@ -179,7 +179,7 @@ int Hp_Parse( FILE* handl_i, FILE* handl_o )
*sLine = '\0';
}
else
printf ( "\nNon directive in include file\n");
printf ( "\nWarning, non directive in include file\n");
}
}
}

View File

@@ -4,5 +4,5 @@
// ; Donated to the public domain by Victor Szel <info@szelvesz.hu>
STATIC bBlock := {|| Hello() }
STATIC bBlock1 := {|| Hello() }
STATIC bBlock2 := {|| cMyPubVar }