Changeset f89565 in git for kernel/mod2.h


Ignore:
Timestamp:
Nov 2, 2012, 2:28:00 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
5caede8b6a6317efbf12384a421e0c5b35f8838d
Parents:
f900d1879c47a499452b237bd96ba9e06cfbad96
Message:
fix warnings: C++ comments in C code
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/mod2.h

    rf900d1 rf89565  
    373373extern "C" {
    374374#endif
    375 // routine which is used to report the error
    376 // returns 0
     375/* routine which is used to report the error/
     376* returns 0 */
    377377extern int dReportError(const char* fmt, ...);
    378 // within a debugger, set a breakpoint on dErrorBreak
    379 // which is called after the error has been reported
     378/* within a debugger, set a breakpoint on dErrorBreak
     379* which is called after the error has been reported */
    380380extern void dErrorBreak();
    381381#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.