PR binutils/647
[deliverable/binutils-gdb.git] / binutils / winduni.c
index deb6a94d9686f68d7c25ce3e53b73d9e60c4bc6d..65bc6085f33024c283a34b052404f7d2b4732064 100644 (file)
@@ -1,5 +1,5 @@
 /* winduni.c -- unicode support for the windres program.
-   Copyright 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
+   Copyright 1997, 1998, 2000, 2001, 2003 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Cygnus Support.
 
    This file is part of GNU Binutils.
    expanding chars to shorts, rather than doing something intelligent.  */
 
 void
-unicode_from_ascii (length, unicode, ascii)
-     int *length;
-     unichar **unicode;
-     const char *ascii;
+unicode_from_ascii (int *length, unichar **unicode, const char *ascii)
 {
   int len;
   const char *s;
@@ -73,10 +70,7 @@ unicode_from_ascii (length, unicode, ascii)
    some Windows function, probably WideCharToMultiByte.  */
 
 void
-unicode_print (e, unicode, length)
-     FILE *e;
-     const unichar *unicode;
-     int length;
+unicode_print (FILE *e, const unichar *unicode, int length)
 {
   while (1)
     {
This page took 0.023217 seconds and 4 git commands to generate.