diff options
author | behdad <behdad> | 2001-04-07 18:54:47 +0000 |
---|---|---|
committer | behdad <behdad> | 2001-04-07 18:54:47 +0000 |
commit | 4154a1940608c55d95a6bae0523893d9e88dd213 (patch) | |
tree | 99afc676a953a8d45dcdb23eedd7af2be049df54 /fribidi_tables.i | |
parent | 76913dfa8089aa05ce36e99448ab8a9ec75b84f3 (diff) |
Small changes
Diffstat (limited to 'fribidi_tables.i')
-rw-r--r-- | fribidi_tables.i | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/fribidi_tables.i b/fribidi_tables.i index f3f7028..9dc932e 100644 --- a/fribidi_tables.i +++ b/fribidi_tables.i @@ -1,7 +1,8 @@ /*======================================================================== -// This file was automatically created from PropList.txt, version 3.0.1, -// and BidiMirroring.txt, version 1, by the perl script CreateGetType.pl. -//----------------------------------------------------------------------*/ + * This file was automatically created from PropList.txt, version 3.0.1, + * and BidiMirroring.txt, version 1, by the perl script CreateGetType.pl. + *----------------------------------------------------------------------*/ +/* *INDENT-OFF* */ #include "fribidi.h" @@ -1099,3 +1100,6 @@ struct { }; gint nFriBidiMirroredChars = 140; + + +/* *INDENT-ON* */ |