*** empty log message ***
This commit is contained in:
@@ -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__)
|
||||
|
||||
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
|
||||
// ; Donated to the public domain by Victor Szel <info@szelvesz.hu>
|
||||
|
||||
STATIC bBlock := {|| Hello() }
|
||||
|
||||
STATIC bBlock1 := {|| Hello() }
|
||||
STATIC bBlock2 := {|| cMyPubVar }
|
||||
|
||||
Reference in New Issue
Block a user