Skip to content

Commit

Permalink
2024-12-12 21:30 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
Browse files Browse the repository at this point in the history
  * src/compiler/genc.c
    ! fixed detection of C function written in C inside
      #pragma BEGINDUMP / #pragma ENDDUMP
  • Loading branch information
druzus committed Dec 12, 2024
1 parent 733cf0e commit 68af17b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
Entries may not always be in chronological/commit order.
See license at the end of file. */

2024-12-12 21:30 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/compiler/genc.c
! fixed detection of C function written in C inside
#pragma BEGINDUMP / #pragma ENDDUMP

2024-12-12 21:18 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* ChangeLog.txt
* contrib/gtqtc/gtqtc.h
Expand Down
1 change: 0 additions & 1 deletion src/compiler/genc.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ static void hb_compDumpFindCFunc( HB_COMP_DECL )
pszCCode += 7;
scope |= HB_FS_STATIC;
}
pszCCode += 13;
while( HB_ISSPACE( *pszCCode ) )
++pszCCode;
if( *pszCCode == '(' )
Expand Down

0 comments on commit 68af17b

Please sign in to comment.