Skip to content

Commit

Permalink
Fix version number in .ident directive.
Browse files Browse the repository at this point in the history
  • Loading branch information
drh committed Jun 23, 2003
1 parent c662a3f commit 101ae99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/x86linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ static void globalend(void) {
static void progend(void) {
globalend();
(*IR->segment)(CODE);
print(".ident \"LCC: 4.1\"\n");
print(".ident \"LCC: 4.2\"\n");
}

static void target(Node p) {
Expand Down

0 comments on commit 101ae99

Please sign in to comment.