Changeset 44fc93b for wcwidth.c


Ignore:
Timestamp:
Dec 13, 2008, 5:32:05 PM (15 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Children:
5547211b
Parents:
d4b6b23
git-author:
Nelson Elhage <nelhage@mit.edu> (12/06/08 18:52:42)
git-committer:
Nelson Elhage <nelhage@mit.edu> (12/13/08 17:32:05)
Message:
Fix three small warnings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • wcwidth.c

    r47519e1b r44fc93b  
    6262#include <wchar.h>
    6363
    64 static struct interval {
     64struct interval {               /* noproto */
    6565  int first;
    6666  int last;
Note: See TracChangeset for help on using the changeset viewer.