*** empty log message ***

This commit is contained in:
hyung-hwan 2005-09-19 14:57:09 +00:00
parent 5f231e7c83
commit 4117977053
2 changed files with 8 additions and 7 deletions

View File

@ -1,5 +1,5 @@
/* /*
* $Id: lsp.h,v 1.13 2005-09-19 04:01:45 bacon Exp $ * $Id: lsp.h,v 1.14 2005-09-19 14:57:09 bacon Exp $
*/ */
#ifndef _XP_LSP_LSP_H_ #ifndef _XP_LSP_LSP_H_
@ -7,7 +7,7 @@
/* /*
* HEADER: Lisp * HEADER: Lisp
* A lisp-like embeddable language processor is provied for application * A lisp-like embeddable language processor is provided for application
* development that requires simple scripting. * development that requires simple scripting.
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* $Id: types.h,v 1.33 2005-09-19 14:24:38 bacon Exp $ * $Id: types.h,v 1.34 2005-09-19 14:52:40 bacon Exp $
*/ */
#ifndef _XP_TYPES_H_ #ifndef _XP_TYPES_H_
@ -15,13 +15,14 @@
/* /*
* HEADER: types.h * HEADER: types.h
* The toolkit predefines various basic data types used constantly * Various basic data types are predefined for convenience sake and used
* throughout the entire toolkit. The programmers are strongly * constantly thoughout the entire toolkit. The developers are strongly
* encouraged to use these data types rather than built-in data types * encouraged to use these data types rather than built-in data types
* supported by compilers wherever possible. * supported by compilers.
* *
* NOTE: Availabilty
* Some of the data types may or may not be available depending on * Some of the data types may or may not be available depending on
* the capability of the compiler and the system. * the capability of the compiler.
* *
* GROUP: State Types * GROUP: State Types
* *