gec bootstrap with MSC 13.00.9466
"Brian Heilig" <Brian.Heilig-tdt4z+Mb/[email protected]>
| Newsgroups | gmane.comp.lang.eiffel.gobo.general |
|---|---|
| Message-ID | <[email protected]> |
The bootstrap failed to compile with cl 13.00.9466. It didn't like the suffix for 64-bit integers. I changed the following code in work/bootstrap/gec.h: #define geint64(x) x##LL #define genat64(x) x##ULL to this: #define geint64(x) x##i64 #define genat64(x) x##ui64 And it compiled. Brian To Post a message, send it to: [email protected] To Unsubscribe, send a blank message to: [email protected] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/gobo-eiffel/ <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/