PIPS
revisions.c File Reference
#include "newgen_version.h"
#include "linear_version.h"
#include "pips_version.h"
+ Include dependency graph for revisions.c:

Go to the source code of this file.

Variables

const char * soft_revisions
 could be shared somewhere? More...
 
const char * soft_date = UTC_DATE
 
const char * cc_version = CC_VERSION
 

Variable Documentation

◆ cc_version

const char* cc_version = CC_VERSION

Definition at line 45 of file revisions.c.

◆ soft_date

const char* soft_date = UTC_DATE

Definition at line 43 of file revisions.c.

◆ soft_revisions

const char* soft_revisions
Initial value:
=
" newgen: " NEWGEN_REV "\n"
" linear: " LINEAR_REV "\n"
" pips: " PIPS_REV "\n"
" nlpmake: " PIPS_MAKE_REV "\n"
#define LINEAR_REV
Definition: linear_version.h:1
#define NEWGEN_REV
Definition: newgen_version.h:1
#define PIPS_REV
Definition: pips_version.h:1
#define PIPS_MAKE_REV
Definition: pips_version.h:2

could be shared somewhere?

First part of user prologue.

Definition at line 33 of file revisions.c.

Referenced by parse_arguments(), pips_main(), pips_parse_arguments(), tpips_main(), and wpips_main().