Skip to content

Commit ad17e17

Browse files
committed
fbc: In macro/define's use '##_' to escape line continuation character '_'
- allow multiple lines of macro expanded code to be combined into a single statement.(Skyfish)
1 parent 91e58fe commit ad17e17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ Version 1.08.0
8686
- added warning 'FOR counter variable is unable to exceed limit value' on constant end value for loops to help avoid infinite loops, e.g. for i as ubyte = 0 to 255
8787
- internal rtlib function fb_LEFTSELF( string, n ) to reduce the size of a string without reallocating the buffer
8888
- added GFX_SCREEN_EXIT = &h80000000l constant to fbgfx.bi - used with Screen 0 (closing any graphics window and preserving the console window content)
89+
- github #309: In macro/define's use '##_' to escape line continuation character '_' to allow multiple lines of macro expanded code to be combined into a single statement.(Skyfish)
8990

9091
[fixed]
9192
- makefile: under MSYS2 (and friends), TARGET_ARCH is now identified from shell's default target architecture instead of shell's host architecture

0 commit comments

Comments
 (0)