dgaudet     98/03/04 01:35:46

  Modified:    src/main util.c
  Log:
  pr2six is a local, mark it static, and make it take 1/4 the space
  
  Revision  Changes    Path
  1.95      +1 -1      apache-1.3/src/main/util.c
  
  Index: util.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/main/util.c,v
  retrieving revision 1.94
  retrieving revision 1.95
  diff -u -r1.94 -r1.95
  --- util.c    1998/03/01 00:19:35     1.94
  +++ util.c    1998/03/04 09:35:45     1.95
  @@ -1552,7 +1552,7 @@
   }
   
   /* aaaack but it's fast and const should make it shared text page. */
  -const int pr2six[256] =
  +static const unsigned char pr2six[256] =
   {
       64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64,
       64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64,
  
  
  

Reply via email to