Searched full:c89 (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/mat/impls/aij/seq/aijmkl/ |
| H A D | aijmkl.h | 10 * This works fine with a C99 compiler -- still need to verify that this works with C89.
|
| /petsc/src/sys/memory/ |
| H A D | mem.c | 1 #define PETSC_DESIRE_FEATURE_TEST_MACROS /* for getpagesize() with c89 */
|
| /petsc/config/BuildSystem/config/ |
| H A D | types.py | 43 '''Checks if "struct sigaction" exists in signal.h. This check is for C89 check.'''
|
| H A D | functions.py | 137 …ctional nanosleep() - as time.h behaves differently for different compiler flags - like -std=c89'''
|
| H A D | package.py | 345 '-Wno-unused-variable', '-Wno-unused-dummy-argument', '-std=c89', '-pedantic','--coverage',
|
| /petsc/src/sys/fileio/ |
| H A D | mprint.c | 337 …SETERRQ(PETSC_COMM_SELF, PETSC_ERR_LIB, "C89 does not support va_copy() hence cannot print long st… in PetscVFPrintfDefault()
|
| /petsc/src/mat/tests/ |
| H A D | cJSON.c | 26 /* disable warnings about old C89 functions in MSVC */
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexpartition.c | 548 PetscInt numFaceVertices[30]; /* maxFaceCases, C89 sucks sucks sucks */ in DMPlexCreateNeighborCSR()
|
| /petsc/src/sys/objects/ |
| H A D | options.c | 1 …to make sure atoll is available (SVr4, POSIX.1-2001, 4.3BSD, C99), not in (C89 and POSIX.1-1996) */
|