diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-08-03 10:59:02 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-08-03 10:59:02 +0000 |
| commit | 6c12aec0650210f4edf418924f53ce13ee969262 (patch) | |
| tree | 6d0f02ac78ae9879fee966febe894120918796b2 | |
| parent | 127c346fec7cc68e2e1db8df98ab7a333e36969a (diff) | |
Notes
| -rw-r--r-- | include/iso646.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/iso646.h b/include/iso646.h index e8bc7a59c76d..94f3de69c9fc 100644 --- a/include/iso646.h +++ b/include/iso646.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: iso646.h,v 1.1 1998/08/01 13:42:12 alex Exp $ */ #ifndef _ISO646_H_ @@ -41,4 +41,4 @@ #define xor ^ #define xor_eq ^= -#endif /* _ISO646_H_ */_ +#endif /* !_ISO646_H_ */ |
