summaryrefslogtreecommitdiff
path: root/zwgc/port.h
diff options
context:
space:
mode:
authorGravatar Marc Horowitz <marc@mit.edu>1989-11-01 21:11:40 +0000
committerGravatar Marc Horowitz <marc@mit.edu>1989-11-01 21:11:40 +0000
commit7e8c1f459f344a9cfac308d0714f6d8ad429d720 (patch)
tree6c0b48ad7efca70dc4fa7750d1d86859ea55f553 /zwgc/port.h
parent70be7c701cded1a09a24a316a2980e09d8eb3a7a (diff)
All the .h files have the rcsid before the multiple-include
protecting #ifdef.
Diffstat (limited to 'zwgc/port.h')
-rw-r--r--zwgc/port.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/zwgc/port.h b/zwgc/port.h
index 608258a..d9efc2b 100644
--- a/zwgc/port.h
+++ b/zwgc/port.h
@@ -1,3 +1,6 @@
+#ifndef port_TYPE
+#define port_TYPE
+
/* This file is part of the Project Athena Zephyr Notification System.
* It is one of the source files comprising zwgc, the Zephyr WindowGram
* client.
@@ -18,9 +21,6 @@ static char rcsid_port_h[] = "$Header$";
#include <zephyr/mit-copyright.h>
-#ifndef port_TYPE
-#define port_TYPE
-
#include <stdio.h>
#include "new_string.h"
#include "string_stack.h"