gcc 4 fix. White-space after a \ character at the end of a line is
ignored and the line concatenated with the next one -- making it a comment, too. Either a bug or a newly implemented feature. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14974 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -95,7 +95,7 @@ const uint32 at_keycode_map[] = {
|
|||||||
0x46, // '
|
0x46, // '
|
||||||
0x11, // `
|
0x11, // `
|
||||||
0x4b, // Left Shift
|
0x4b, // Left Shift
|
||||||
0x33, // \
|
0x33, // \ (backslash -- note: don't remove non-white-space after BS char)
|
||||||
0x4c, // Z
|
0x4c, // Z
|
||||||
0x4d, // X
|
0x4d, // X
|
||||||
0x4e, // C
|
0x4e, // C
|
||||||
|
|||||||
Reference in New Issue
Block a user