Skip to content

Commit

Permalink
Another correction of the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
feeley committed Dec 31, 2010
1 parent ec445a9 commit feba8fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/gambit-c.txi
Expand Up @@ -1318,7 +1318,7 @@ Linux 2.6.8-1.521 i686 athlon
$ @b{gsc -link -flat -o foo.o1.c m2 m3 > /dev/null} $ @b{gsc -link -flat -o foo.o1.c m2 m3 > /dev/null}
m2: m2:
m3: m3:
$ @b{gsc -obj m1.c m2.c m3.c foo.o1.c} $ @b{gsc -cc-options "-D___DYNAMIC" -obj m1.c m2.c m3.c foo.o1.c}
m1.c: m1.c:
m2.c: m2.c:
m3.c: m3.c:
Expand Down Expand Up @@ -1349,7 +1349,7 @@ m5:
*** referenced in: ("m5.c" "m4.c") *** referenced in: ("m5.c" "m4.c")
*** WARNING -- "write" is not defined, *** WARNING -- "write" is not defined,
*** referenced in: ("m5.c") *** referenced in: ("m5.c")
$ @b{gsc -obj m4.c m5.c x.c mymod.o1.c} $ @b{gsc -cc-options "-D___DYNAMIC" -obj m4.c m5.c x.c mymod.o1.c}
m4.c: m4.c:
m5.c: m5.c:
x.c: x.c:
Expand Down
2 changes: 1 addition & 1 deletion include/stamp.h
Expand Up @@ -3,4 +3,4 @@
*/ */


#define ___STAMP_YMD 20101231 #define ___STAMP_YMD 20101231
#define ___STAMP_HMS 3634 #define ___STAMP_HMS 3902

0 comments on commit feba8fe

Please sign in to comment.