summaryrefslogtreecommitdiff
path: root/charspace/char.h
diff options
context:
space:
mode:
Diffstat (limited to 'charspace/char.h')
-rw-r--r--charspace/char.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/charspace/char.h b/charspace/char.h
index 135d8c6..3809b6b 100644
--- a/charspace/char.h
+++ b/charspace/char.h
@@ -1,3 +1,4 @@
+/*
# char.h: the definition of `char_type'.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
#ifndef CHAR_H
#define CHAR_H
@@ -39,7 +41,7 @@ typedef struct
#define SB_VALUE(sb) ((sb).value)
#define SB_REAL(sb) ((sb).value.real_val)
#define SB_STRING(sb) ((sb).value.string_val)
-
+
/* The information about each character in which we're interested. */
typedef struct
{