ChangeLog 20000115-15:45
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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\'"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user