mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 23:29:16 +00:00
- added ident string
This commit is contained in:
parent
cd3d0ca342
commit
d81c685a83
@ -31,6 +31,8 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* @(#)extern.h 8.1 (Berkeley) 6/6/93
|
* @(#)extern.h 8.1 (Berkeley) 6/6/93
|
||||||
|
*
|
||||||
|
* $Id: extern.h,v 1.2 1997/09/26 06:23:30 gdr Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define WR(p, size) \
|
#define WR(p, size) \
|
||||||
|
@ -42,6 +42,8 @@
|
|||||||
* Changes not related to compiler are replaced using #ifndef __GNO__
|
* Changes not related to compiler are replaced using #ifndef __GNO__
|
||||||
*
|
*
|
||||||
* Added prototyped headers, surrounded by #ifndef __STDC__
|
* Added prototyped headers, surrounded by #ifndef __STDC__
|
||||||
|
*
|
||||||
|
* $Id: forward.c,v 1.2 1997/09/26 06:23:29 gdr Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __GNO__ /* Don't need what strings for GNO */
|
#ifndef __GNO__ /* Don't need what strings for GNO */
|
||||||
|
@ -40,6 +40,8 @@
|
|||||||
* Constructs unacceptable to compiler are replaced using #ifndef __ORCAC__
|
* Constructs unacceptable to compiler are replaced using #ifndef __ORCAC__
|
||||||
*
|
*
|
||||||
* Added prototyped headers, surrounded by #ifndef __STDC__
|
* Added prototyped headers, surrounded by #ifndef __STDC__
|
||||||
|
*
|
||||||
|
* $Id: misc.c,v 1.2 1997/09/26 06:23:29 gdr Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -32,6 +32,8 @@
|
|||||||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
|
*
|
||||||
|
* $Id: read.c,v 1.2 1997/09/26 06:23:30 gdr Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __GNO__ /* Don't need what strings for GNO */
|
#ifndef __GNO__ /* Don't need what strings for GNO */
|
||||||
|
@ -42,6 +42,8 @@
|
|||||||
* Changes not related to compiler are replaced using #ifndef __GNO__
|
* Changes not related to compiler are replaced using #ifndef __GNO__
|
||||||
*
|
*
|
||||||
* Added prototyped headers, surrounded by #ifndef __STDC__
|
* Added prototyped headers, surrounded by #ifndef __STDC__
|
||||||
|
*
|
||||||
|
* $Id: reverse.c,v 1.2 1997/09/26 06:23:30 gdr Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* =====> NOTE <=====
|
/* =====> NOTE <=====
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Resources for version and comment
|
* Resources for version and comment
|
||||||
|
*
|
||||||
|
* $Id: tail.rez,v 1.2 1997/09/26 06:23:30 gdr Exp $
|
||||||
*/
|
*/
|
||||||
#define PROG "tail"
|
#define PROG "tail"
|
||||||
#define DESC "Print the last part of a file."
|
#define DESC "Print the last part of a file."
|
||||||
|
Loading…
Reference in New Issue
Block a user