mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
942 B
29 lines
942 B
/*************************************************************
|
|
* Copyright (c) 1994, Xerox Corporation. All rights reserved. *
|
|
Copyright protection claimed includes all forms and matters
|
|
of copyrightable material and information now allowed by
|
|
statutory or judicial law or hereafter granted, including
|
|
without limitation, material generated from the software
|
|
programs which are displayed on the screen such as icons,
|
|
screen display looks, etc.
|
|
*************************************************************/
|
|
|
|
#ifndef _RCS_PUB_INCLUDED
|
|
#define _RCS_PUB_INCLUDED
|
|
|
|
|
|
#ifndef PRODUCTION
|
|
#define IP_RCSINFO(name, info) \
|
|
static char name[] = info; \
|
|
static char reference_##name() { return (0 ? reference_##name() : name[0]); }
|
|
#else
|
|
#define IP_RCSINFO(name, info)
|
|
#endif
|
|
|
|
IP_RCSINFO(rcs_pub_RCSInfo, "$RCSfile: rcs.pub,v $; $Revision: 1.0 $")
|
|
/* $Date: 12 Jun 1996 05:47:46 $ */
|
|
|
|
|
|
#endif /* _RCS_PUB_INCLUDED */
|
|
|
|
|