From 364710d96fd1d53ddf6db93e220b5a0925f3991f Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Fri, 31 Jan 1992 18:22:26 +0000
Subject: [PATCH] A small change for the testing of lacgen.

---
 src/include/kom-types.h | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/include/kom-types.h b/src/include/kom-types.h
index faaf7fdf3..2102973c1 100644
--- a/src/include/kom-types.h
+++ b/src/include/kom-types.h
@@ -1,5 +1,5 @@
 /*
- * $Id: kom-types.h,v 0.4 1991/11/10 17:45:27 linus Exp $
+ * $Id: kom-types.h,v 0.5 1992/01/31 18:22:26 ceder Exp $
  * Copyright (C) 1991  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -217,6 +217,10 @@ typedef enum {
 #endif
 } Info_type;
 
+#ifdef PROT_a
+typedef String Global_name;
+#endif
+
 typedef	union {
 		Conf_no		recipient;
 		Conf_no		cc_recipient;
-- 
GitLab