aboutsummaryrefslogtreecommitdiffstats
path: root/asn1c
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2006-03-18 06:53:11 +0000
committerLev Walkin <vlm@lionet.info>2006-03-18 06:53:11 +0000
commitfb872bdf09137d7c3ce972659551cf62606b3fd1 (patch)
treefa0bdc23905103b3bf0e1a65e12c4301c05f3eb8 /asn1c
parent794323011ca04d72c4558270faef118585c4e2b6 (diff)
no backslash stuff
Diffstat (limited to 'asn1c')
-rw-r--r--asn1c/asn1c.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/asn1c/asn1c.c b/asn1c/asn1c.c
index b19119a2..3e461dcb 100644
--- a/asn1c/asn1c.c
+++ b/asn1c/asn1c.c
@@ -31,6 +31,10 @@
*/
#include "sys-common.h"
+#undef COPYRIGHT
+#define COPYRIGHT \
+ "Copyright (c) 2003, 2004, 2005, 2006 Lev Walkin <vlm@lionet.info>\n"
+
#include <asn1parser.h> /* Parse the ASN.1 file and build a tree */
#include <asn1fix.h> /* Fix the ASN.1 tree */
#include <asn1print.h> /* Print the ASN.1 tree */
@@ -45,10 +49,6 @@
#include <dirent.h>
#endif
-#undef COPYRIGHT
-#define COPYRIGHT \
- "Copyright (c) 2003, 2004, 2005, 2006 Lev Walkin <vlm@lionet.info>\n"
-
static void usage(const char *av0); /* Print the Usage screen and exit */
static int importStandardModules(asn1p_t *asn, const char *skeletons_dir);