Changeset 76fead in git for libpolys/polys/mod_raw.cc
- Timestamp:
- Jul 18, 2011, 5:45:16 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- c6474a786b054e209421ddeaf8aa820904161457
- Parents:
- c15fb027c86f5b034e29b00b2a1d48cc95720689
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-07-18 17:45:16+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:39:56+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/mod_raw.cc
rc15fb0 r76fead 84 84 } 85 85 86 if( (strncmp(buf, &mach_o_module[0], 4)==0)) /* Mach-O bundle */86 if( (strncmp(buf, (const char *)mach_O, 4)==0)) /* Mach-O bundle */ 87 87 { 88 88 LT = LT_MACH_O;
Note: See TracChangeset
for help on using the changeset viewer.