Skip to content

Commit

Permalink
[asq] Rename VERSION to ASQ_VERSION (#50)
Browse files Browse the repository at this point in the history
Avoid collision with `VERSION` macro defined by `configure`.
  • Loading branch information
GabrielDosReis authored Jul 17, 2024
1 parent f5abb60 commit 0d49158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/etc/asq.c.pamphlet
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

/* asq is a mini browser for the AXIOM databases */

#define VERSION 7
#define ASQ_VERSION 7
/* 040206007 tpd fix anal compiler warnings */
/* 030710006 tpd remove share directory */
/* 940112005 tpd cleanup of printinfo */
Expand Down Expand Up @@ -1447,7 +1447,7 @@ int pprintcond(int seekpt,char *path);
printf("searchkey can be either a domain or its abbreviation.\n");
printf("\n e.g. %s -so Integer\n",arg);
printf(" will give the source file name written to stdout\n");
printf(" (Version %d)\n",VERSION);
printf(" (Version %d)\n", ASQ_VERSION);
return(0);
}

Expand Down

0 comments on commit 0d49158

Please sign in to comment.