[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-XBoard] [bug #36228] reserved identifier violation
From: |
h . g . muller |
Subject: |
Re: [Bug-XBoard] [bug #36228] reserved identifier violation |
Date: |
Tue, 17 Apr 2012 20:35:46 +0200 |
User-agent: |
SquirrelMail |
Are these things even needed? They seem to guard against multiple
inclusion of the same header into the same file. But I don't think we do
that in the first place. Our .c files #include .h files, and the .h files
don't #include anything. Things only get messy when you have .h files
include other .h files.