Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
no // comments in .h files
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright authored and dlang-bot committed May 13, 2022
1 parent 392c528 commit 91d3266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/importc.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
#define __far
#define __near
#define __handle
#define __inline // ImportC does its own notion of inlining
#define __inline /* ImportC does its own notion of inlining */
#define __pascal

/****************************
* __extension__ is a GNU C extension. It suppresses warnings
* when placed before an expression.
*/
#define __extension__ // ignore it, as ImportC doesn't do warnings
#define __extension__ /* ignore it, as ImportC doesn't do warnings */

/****************************
* Define it to do what other C compilers do.
Expand Down

0 comments on commit 91d3266

Please sign in to comment.