rockbox/lib
Jonathan Gordon f417312a71 skin parser: Allow the first character after conditional seperators to be \n
This hopefully makes difficult conditionals more easy to read: i.e
OLD: %?bp<%?bc<%xd(Ba)|%xd(Bb)>|%?bl<|%xd(Bc)|%xd(Bd)|%xd(Be)|%xd(Bf)|%xd(Bg)|%xd(Bh)|%xd(Bi)|%xd(Bj)>>
NEW:
%?bp<
	%?bc<
		%xd(Ba)|%xd(Bb)
	>|
	%?bl<|%xd(Bc)|%xd(Bd)|
		%xd(Be)|%xd(Bf)|
		%xd(Bg)|%xd(Bh)|
		%xd(Bi)|%xd(Bj)
	>
>

Change-Id: Ic89d2c95562b27e7427c3a5d528340f9aec55cf2
2012-02-01 22:05:06 +11:00
..
arm_support Fix native arm builds. arm_support couldn't build properly. 2012-01-22 19:24:48 +01:00
libsetjmp m68k/setjmp.S: fix build with gcc 3.4.6 -std=gnu99 2010-09-07 14:50:26 +00:00
skin_parser skin parser: Allow the first character after conditional seperators to be \n 2012-02-01 22:05:06 +11:00