You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2002/04/09 00:43:33 UTC

cvs commit: apr/build make_var_export.awk

trawick     02/04/08 15:43:33

  Modified:    build    make_var_export.awk
  Log:
  pick up Brian Havard's fix to the Apache copy of this file
  (from Apache 2.0.36-dev)
  
  Revision  Changes    Path
  1.2       +1 -1      apr/build/make_var_export.awk
  
  Index: make_var_export.awk
  ===================================================================
  RCS file: /home/cvs/apr/build/make_var_export.awk,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- make_var_export.awk	15 Oct 2001 22:56:55 -0000	1.1
  +++ make_var_export.awk	8 Apr 2002 22:43:33 -0000	1.2
  @@ -47,7 +47,7 @@
   	}
   }
   
  -/^[ \t]*AP[RU]?_DECLARE_DATA .*;$/ {
  +/^[ \t]*(extern[ \t]+)?AP[RU]?_DECLARE_DATA .*;$/ {
          varname = $NF;
          gsub( /[*;]/, "", varname);
          gsub( /\[.*\]/, "", varname);