FreeBSD Bugzilla – Attachment 186468 Details for
Bug 222402
games/simutrans: Fix build on -CURRENT after llvm 5.x import
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
move math.h before the definition of the type() macro
patch-squirrel_squirrel_sqvm.cc (text/plain), 294 bytes, created by
chardon.frederic
on 2017-09-17 13:37:47 UTC
(
hide
)
Description:
move math.h before the definition of the type() macro
Filename:
MIME Type:
Creator:
chardon.frederic
Created:
2017-09-17 13:37:47 UTC
Size:
294 bytes
patch
obsolete
>--- squirrel/squirrel/sqvm.cc.orig 2017-09-17 12:45:24 UTC >+++ squirrel/squirrel/sqvm.cc >@@ -1,8 +1,8 @@ > /* > see copyright notice in squirrel.h > */ >-#include "sqpcheader.h" > #include <math.h> >+#include "sqpcheader.h" > #include <stdlib.h> > #include <limits.h> > #include "sqopcodes.h"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 222402
: 186468