[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #18618] When creating class files, header is not wrapped in #ifndef
From: |
Nikolaus Waxweiler |
Subject: |
[bug #18618] When creating class files, header is not wrapped in #ifndef |
Date: |
Thu, 28 Dec 2006 16:30:36 +0000 |
User-agent: |
Opera/9.10 (X11; FreeBSD 6 i386; U; en) |
URL:
<http://savannah.gnu.org/bugs/?18618>
Summary: When creating class files, header is not wrapped in
#ifndef
Project: GNUstep
Submitted by: madleser
Submitted on: Thursday 12/28/2006 at 16:30
Category: Gorm
Severity: 3 - Normal
Item Group: Change Request
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
It should be, to spare the poor programmer unnecessary typing or nasty
surprises when the compiler complains about redefinitions. Just something
simple like
#ifndef FILENAME
#define FILENAME
<Stuff goes here, including #include statements>
#endif
Using Gorm 1.1.0.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?18618>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #18618] When creating class files, header is not wrapped in #ifndef,
Nikolaus Waxweiler <=