24 lines
691 B
C
Executable File
24 lines
691 B
C
Executable File
/* Copyright (c) 1988 AT&T */
|
|
/* All Rights Reserved */
|
|
|
|
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
|
|
/* The copyright notice above does not evidence any */
|
|
/* actual or intended publication of such source code. */
|
|
|
|
#ident "@(#)values-Xt.c 1.2 92/07/14 SMI" /* SVr4.0 1.3 */
|
|
|
|
#include "synonyms.h"
|
|
#include <math.h>
|
|
|
|
/* variables which differ depending on the
|
|
* compilation mode
|
|
*
|
|
* C Issue 4.2 compatibility mode
|
|
* This file is linked into the a.out by default if
|
|
* no compilation mode was specified or if the -Xt option
|
|
* was specified - the linking occurs if there is an unresolved
|
|
* reference to _lib_version
|
|
*/
|
|
|
|
const enum version _lib_version = c_issue_4;
|