- Timestamp:
- Mar 6, 2024, 2:41:05 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/mondo/src/common/newt-specific.c
r3836 r3846 14 14 #define MAX_NEWT_COMMENT_LEN 200 15 15 16 #if __cplusplus16 #ifdef __cplusplus 17 17 extern "C" { 18 18 #endif … … 292 292 * @note This function never returns. 293 293 */ 294 void fatal_error(c har *error_string) {294 void fatal_error(const char *error_string) { 295 295 296 296 /*@ buffers ***************************************************** */ … … 1684 1684 1685 1685 1686 #if __cplusplus1686 #ifdef __cplusplus 1687 1687 } /* extern "C" */ 1688 1688 #endif
Note:
See TracChangeset
for help on using the changeset viewer.