2009-10-06 00:35 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/bin/hb-func.sh
    ! fixed typo in .c file generated by hbmk script
This commit is contained in:
Przemyslaw Czerpak
2009-10-05 22:35:11 +00:00
parent 6fbe8f4f15
commit 35eb5a8510
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-10-06 00:35 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/bin/hb-func.sh
! fixed typo in .c file generated by hbmk script
2009-10-06 00:25 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/gtwin/gtwin.c
+ added support for UNICODE builds - please make tests in real

View File

@@ -706,7 +706,7 @@ hb_lnk_request()
for fn in \${HB_LNK_REQ}; do
echo "HB_FUNC_EXTERN( \${fn} );"
done
[ -z "\${HB_MAIN_REQ}" ] || echo "HB_EXTERN_C \${HB_MAIN_REQ}( void );"
[ -z "\${HB_MAIN_REQ}" ] || echo "HB_EXTERN_C void \${HB_MAIN_REQ}( void );"
echo "void _hb_lnk_ForceLink_build( void )"
echo "{"
for fn in \${HB_LNK_REQ}; do