ChangeLog 20000115-15:45

This commit is contained in:
Ryszard Glab
2000-01-15 14:31:40 +00:00
parent e579205654
commit 6bada8781d
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
20000115-15:45 GMT+1 Ryszard Glab <rglab@imid.med.pl>
*source/compiler/hbgenerr.c
* added missing comma separator in error messages list
20000115-15:15 GMT+1 Ryszard Glab <rglab@imid.med.pl>
*include/pcode.h

View File

@@ -78,7 +78,7 @@ char * hb_comp_szErrors[] =
"Operation not supported for this data type: \'%s\'",
"Invalid alias expression: \'%s\'",
"Invalid array index expression: \'%s\'",
"Bound error: \'%s\'"
"Bound error: \'%s\'",
"Macro of declared symbol: \'%s\'",
"Invalid selector in send: \'%s\'"
};