diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2008-01-29 09:38:31 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2008-01-29 09:38:31 +0000 |
commit | b6543b73df90396fa29e3c30f1fab605e188edc4 (patch) | |
tree | ec1fa24316bbcba5599424ed0606162e345dc151 /lang/see-devel/files | |
parent | 6653ee67f4e78fc8108b3bbb71a0f9997ee51cc3 (diff) | |
download | ports-b6543b73df90396fa29e3c30f1fab605e188edc4.tar.gz ports-b6543b73df90396fa29e3c30f1fab605e188edc4.zip |
Notes
Diffstat (limited to 'lang/see-devel/files')
-rw-r--r-- | lang/see-devel/files/patch-libsee_input__utf8.c | 20 | ||||
-rw-r--r-- | lang/see-devel/files/patch-libsee_obj__Date.c | 11 |
2 files changed, 0 insertions, 31 deletions
diff --git a/lang/see-devel/files/patch-libsee_input__utf8.c b/lang/see-devel/files/patch-libsee_input__utf8.c deleted file mode 100644 index d86e4286f7f5..000000000000 --- a/lang/see-devel/files/patch-libsee_input__utf8.c +++ /dev/null @@ -1,20 +0,0 @@ ---- libsee/input_utf8.c.orig Wed Jan 18 12:40:19 2006 -+++ libsee/input_utf8.c Tue Dec 12 08:48:44 2006 -@@ -63,7 +63,7 @@ - - struct input_utf8 { - struct SEE_input inp; -- const char * s; -+ const unsigned char * s; - }; - - static SEE_unicode_t -@@ -141,7 +141,7 @@ - inpu->inp.inputclass = &input_utf8_class; - inpu->inp.filename = NULL; - inpu->inp.first_lineno = 1; -- inpu->s = s; -+ inpu->s = (const unsigned char *)s; - SEE_INPUT_NEXT((struct SEE_input *)inpu); /* prime */ - return (struct SEE_input *)inpu; - } diff --git a/lang/see-devel/files/patch-libsee_obj__Date.c b/lang/see-devel/files/patch-libsee_obj__Date.c deleted file mode 100644 index 320710c4078a..000000000000 --- a/lang/see-devel/files/patch-libsee_obj__Date.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libsee/obj_Date.c.orig Sun May 7 06:43:55 2006 -+++ libsee/obj_Date.c Tue Sep 5 09:11:09 2006 -@@ -335,7 +335,7 @@ - struct SEE_interpreter *interp; - SEE_number_t t; - { -- return t + LocalTZA(interp) + DaylightSavingTA(interp, t); -+ return t + LocalTZA(interp) - DaylightSavingTA(interp, t); - } - - /* |