-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
357d935
commit fc9cc00
Showing
3 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ(2.57) | ||
AC_INIT([GPP], [2.27], [[email protected]], [gpp]) | ||
AC_INIT([GPP], [2.28], [[email protected]], [gpp]) | ||
|
||
AM_INIT_AUTOMAKE([]) | ||
AC_CONFIG_SRCDIR([src/gpp.c]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -175,7 +175,7 @@ | |
$endif$ | ||
$endif$ | ||
%%%%%%%%%%%%%%%%% some headers %%%%%%%%%%%%%%%%%%% | ||
$define{version}{2.27}$ | ||
$define{version}{2.28}$ | ||
$define{SYNTAX}{ | ||
$pre$ | ||
gpp [$dp$$bra$o$pipe$O$ket$ $I{outfile}$] [$dp$I$I{/include/path}$ ...] | ||
|
@@ -1483,7 +1483,7 @@ functional abstraction in GPP (in standard mode). Understanding this | |
[email protected]$g$. | ||
$S{COPYRIGHT}$ | ||
Copyright $copy$$nbsp$1996$ndash$2001 Denis Auroux.$BR$ | ||
Copyright $copy$$nbsp$2003$ndash$2020 Tristan Miller.$P$ | ||
Copyright $copy$$nbsp$2003$ndash$2023 Tristan Miller.$P$ | ||
Permission is granted to anyone to make or distribute verbatim copies | ||
of this document as received, in any medium, provided that the | ||
copyright notice and this permission notice are preserved, thus giving | ||
|