Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion toke/emit.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ static bool fcode_written = FALSE;
**************************************************************************** */

extern u8 *ostart;
extern int olen;
extern unsigned int olen;
extern void increase_output_buffer( void);


Expand Down