mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
parent
f7cca55e14
commit
685b98021c
@ -1452,6 +1452,9 @@ get_preprocessor_args(int c, string &args) {
|
||||
// Following the command, the rest of the line, as well as any text on
|
||||
// successive lines, is part of the arguments to the command.
|
||||
|
||||
// Check for comments first.
|
||||
c = skip_comment(c);
|
||||
|
||||
while (c != EOF && c != '\n') {
|
||||
if (c == '\\') {
|
||||
int next_c = get();
|
||||
|
Loading…
x
Reference in New Issue
Block a user