dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e9c197
)
Put the gom header first to test errors in the header.
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Fri, 13 Sep 2002 16:33:58 +0000
(16:33 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Fri, 13 Sep 2002 16:33:58 +0000
(16:33 +0000)
t/gomtest.c
patch
|
blob
|
history
diff --git
a/t/gomtest.c
b/t/gomtest.c
index ed936f0c3aeeb9ecf324fae8be59a6816050cade..907617355410cf9159fe71a776b224c7582a9f58 100644
(file)
--- a/
t/gomtest.c
+++ b/
t/gomtest.c
@@
-21,11
+21,11
@@
/* $Id$ */
/* $Name$ */
+#include "gom.h"
#include <stdio.h>
#include <stdarg.h>
#include <locale.h>
#include "gedcom.h"
-#include "gom.h"
#define OUTFILE "testgedcom.out"
FILE* outfile = NULL;