diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 56e0cea93d..c958824b80 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +19990616-13:45 EDT David G. Holm + * source/hbpp/hbppint.c + - Added extern declaration for strocpy() + 19990616-11:30 CET Eddie Runia * source/rtl/console.c Eject should be __Eject of course diff --git a/harbour/source/hbpp/hbppint.c b/harbour/source/hbpp/hbppint.c index ae3e417141..2f118c591a 100644 --- a/harbour/source/hbpp/hbppint.c +++ b/harbour/source/hbpp/hbppint.c @@ -22,6 +22,7 @@ extern int ParseExpression( char*, char* ); extern int RdStr(FILE*,char *,int,int,char*,int*,int*); extern int WrStr(FILE*,char *); extern int strolen ( char* ); +extern int strocpy (char*, char* ); int PreProcess( FILE*, FILE*, char *); int Hp_Parse( FILE*, FILE* );