oizma / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

scanner.c compilation failes on mingw #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Assembly code in src/compiler/preprocessor/scanner.c is MSC-specific, but 
protected by _WIN32 guard, causing problems with compilation on mingw. The 
attached patch fixes the problem.

Original issue reported on code.google.com by cja...@gmail.com on 15 Jul 2010 at 12:02

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for sending the patch. However for some reason I cannot patch the 
attached file. Could you please send the full changed file?

Original comment by alokp@chromium.org on 15 Jul 2010 at 5:52

GoogleCodeExporter commented 9 years ago
The whole file is attached.
BTW, I used git-svn for generating the patch, so it should apply by
$ patch -p1 <patch.diff
from top level source directory.

Thanks!

Original comment by cja...@gmail.com on 15 Jul 2010 at 6:07

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in r343

Original comment by alokp@chromium.org on 16 Jul 2010 at 7:29