Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Ben Avison
defmod
Commits
6b400a01
Commit
6b400a01
authored
Dec 17, 2003
by
Ben Avison
Browse files
Changed to use VersionNum instead of __DATE__. Retagged.
parent
48356ddb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
sources/c/cheader
sources/c/cheader
+4
-2
sources/c/hdr
sources/c/hdr
+3
-1
sources/c/objasm
sources/c/objasm
+3
-1
No files found.
sources/c/cheader
View file @
6b400a01
...
...
@@ -35,6 +35,8 @@
#include "def.h"
#include "cheader.h"
#include "VersionNum"
static
int
strsplen
(
char
*
s
...
...
@@ -364,7 +366,7 @@ os_error *cheader_output
c_name
,
c_name
,
title
,
__DATE__
,
/*
__DATE__
*/
Module_Date
,
ctime
((
time
(
&
now
),
&
now
)),
author
)
...
...
@@ -390,7 +392,7 @@ os_error *cheader_output
c_name
,
c_name
,
title
,
__DATE__
,
/*
__DATE__
*/
Module_Date
,
ctime
((
time
(
&
now
),
&
now
)),
author
)
...
...
sources/c/hdr
View file @
6b400a01
...
...
@@ -35,6 +35,8 @@
#include "def.h"
#include "hdr.h"
#include "VersionNum"
#define TAB 8
#define LABELLED_INST_COL 4
#define LABELLED_ARG_COL 5
...
...
@@ -501,7 +503,7 @@ os_error *hdr_output
";written by DefMod (%s) on %s"
";%s
\n
"
"
\n
"
,
title
,
__DATE__
,
(
time
(
&
now
),
ctime
(
&
now
)),
author
))
<
0
)
title
,
/*
__DATE__
*/
Module_Date
,
(
time
(
&
now
),
ctime
(
&
now
)),
author
))
<
0
)
goto
finish
;
/*Make sure we have Hdr.Types.*/
...
...
sources/c/objasm
View file @
6b400a01
...
...
@@ -41,6 +41,8 @@
#include "main.h"
#include "objasm.h"
#include "VersionNum"
#define MEM_FOR_OBJASM (1024*1024)
#ifdef EXECUTE_ON_UNIX
...
...
@@ -215,7 +217,7 @@ static int Emit_Header
"PC RN 15
\n
"
"
\n
"
,
title
,
__DATE__
,
/*
__DATE__
*/
Module_Date
,
(
time
(
&
now
),
ctime
(
&
now
)),
author
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment