|
Another few
c:/hudson/workspace/CogWin32/cog/platforms/win32/vm/sqGnu.h:190:38:
warning: missing terminating " character
c:/hudson/workspace/CogWin32/cog/platforms/win32/vm/sqGnu.h:210:2:
warning: missing terminating " character
it doesn't compile this code because PROFILE are not defined,
but it will end up with error(s) if you enable it, since at line 190
there are missing backslash:
#define PROFILE_BYTECODE_END __asm__("
should be
#define PROFILE_BYTECODE_END __asm__("\
--
Best regards,
Igor Stasenko AKA sig.
|