Changes in src/Common/Assert.cc [bf2438c:b3c36f4]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/Assert.cc
rbf2438c rb3c36f4 14 14 // 15 15 16 #include <cstdarg> // for va_end, va_list, va_start 17 #include <cstdio> // for fprintf, stderr, vfprintf 18 #include <cstdlib> // for abort 16 #include <assert.h> 17 #include <cstdarg> // varargs 18 #include <cstdio> // fprintf 19 #include <cstdlib> // abort 19 20 20 21 extern const char * __progname; // global name of running executable (argv[0])
Note:
See TracChangeset
for help on using the changeset viewer.