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

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

Variable Documentation

◆ cc_version

char* cc_version = CC_VERSION

Definition at line 41 of file revisions.c.

◆ soft_date

char* soft_date = UTC_DATE

Definition at line 39 of file revisions.c.

◆ soft_revisions

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.