mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
Release calc version 2.12.4.14
This commit is contained in:
12
nametype.h
12
nametype.h
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* nametype - associate names with values
|
||||
*
|
||||
* Copyright (C) 1999 Landon Curt Noll
|
||||
* Copyright (C) 1999,2014 Landon Curt Noll
|
||||
*
|
||||
* Calc is open software; you can redistribute it and/or modify it under
|
||||
* the terms of the version 2.1 of the GNU Lesser General Public License
|
||||
@@ -17,8 +17,8 @@
|
||||
* received a copy with calc; if not, write to Free Software Foundation, Inc.
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* @(#) $Revision: 30.1 $
|
||||
* @(#) $Id: nametype.h,v 30.1 2007/03/16 11:09:46 chongo Exp $
|
||||
* @(#) $Revision: 30.3 $
|
||||
* @(#) $Id: nametype.h,v 30.3 2014/08/24 21:56:51 chongo Exp $
|
||||
* @(#) $Source: /usr/local/src/bin/calc/RCS/nametype.h,v $
|
||||
*
|
||||
* Under source code control: 1997/03/08 13:44:55
|
||||
@@ -29,8 +29,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#if !defined(__NAMETYPE_H__)
|
||||
#define __NAMETYPE_H__
|
||||
#if !defined(INCLUDE_NAMETYPE_H)
|
||||
#define INCLUDE_NAMETYPE_H
|
||||
|
||||
|
||||
/*
|
||||
@@ -42,4 +42,4 @@ typedef struct {
|
||||
} NAMETYPE;
|
||||
|
||||
|
||||
#endif /* !__NAMETYPE_H__ */
|
||||
#endif /* !INCLUDE_NAMETYPE_H */
|
||||
|
Reference in New Issue
Block a user