| d26187a0 | 10-Nov-2010 |
Jed Brown <jed@59A2.org> |
Strict C89-compliant static assert for identifying PETSC_UINTPTR_T.
* Configure always finds a suitable PETSC_UINTPTR_T so it can be used without #ifdef.
* Remove dangerous alignment fallback for
Strict C89-compliant static assert for identifying PETSC_UINTPTR_T.
* Configure always finds a suitable PETSC_UINTPTR_T so it can be used without #ifdef.
* Remove dangerous alignment fallback for undefined PETSC_UINTPTR_T, since it is now always defined.
Hg-commit: 118c0cd078dd8b24af3ce8032514d89d0bc0d3a9
show more ...
|
| 43a63bfb | 13-Oct-2010 |
Satish Balay <balay@mcs.anl.gov> |
revert Barry's revert of my change. Here 'include,include' correspond to -Ipath, -Mpath [i.e module-path]. Currenlty the PATHS are the same - but compiler options could potentially be different. When
revert Barry's revert of my change. Here 'include,include' correspond to -Ipath, -Mpath [i.e module-path]. Currenlty the PATHS are the same - but compiler options could potentially be different. When they are the same -I option - a single call with both (include,modinclude) paths can weed out duplicates better. Eventually configure can better support a separate PATH list for modpaths - and this call fixed appropriately.
Hg-commit: f83afb5a2effc04616365c358fc62ff48b017e67
show more ...
|