2003-02-14 22:05 UTC+0100 Tomaz Zupan <tomaz.zupan@orpo.si>

This commit is contained in:
Tomaz Zupan
2003-02-14 21:06:13 +00:00
parent c86585a7b1
commit 8eb200b1e3
6 changed files with 12 additions and 3 deletions

View File

@@ -7,6 +7,13 @@
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2003-02-14 22:05 UTC+0100 Tomaz Zupan <tomaz.zupan@orpo.si>
* include/hbapi.h
* include/hbcomp.h
* include/hbmacro.h
* include/hbvm.h
* include/hbvmpub.h
! Added newline to the end of file, to avoid annoying warning
2003-02-14 15:25 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
* source/common/hbffind.c

View File

@@ -618,3 +618,4 @@ extern char * hb_getenv( const char * name );
#endif
#endif /* HB_APIEXT_H_ */

View File

@@ -529,3 +529,4 @@ extern ULONG hb_comp_Supported;
#endif
#endif /* HB_COMP_H_ */

View File

@@ -159,4 +159,4 @@ extern void hb_compCodeBlockEnd( HB_BISON_PTR pMacro );
}
#endif
#endif /* HB_MACRO_H_ */
#endif /* HB_MACRO_H_ */

View File

@@ -109,4 +109,4 @@ extern void hb_vmPushPointer( void * ); /* push an item of HB_IT_POINTER type
}
#endif
#endif /* HB_VM_H_ */
#endif /* HB_VM_H_ */

View File

@@ -108,4 +108,4 @@ extern void HB_EXPORT hb_vmExecute( const BYTE * pCode, PHB_SYMB pSymbols ); /*
}
#endif
#endif /* HB_VMPUB_H_ */
#endif /* HB_VMPUB_H_ */