diff options
author | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1990-11-09 13:38:50 +0000 |
---|---|---|
committer | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1990-11-09 13:38:50 +0000 |
commit | 34de22dd6ede167a09e3a3ee571665ba2c647f94 (patch) | |
tree | b23f3936caa4bcd96a5213e5fca656b7c4465195 /regcomp.h | |
parent | 57ebbfd03f7f6ea2523a79a595ecc80ef8e2ab9b (diff) | |
download | perl-34de22dd6ede167a09e3a3ee571665ba2c647f94.tar.gz |
perl 3.0 patch #40 patch #38, continued
See patch #38.
Diffstat (limited to 'regcomp.h')
-rw-r--r-- | regcomp.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,9 @@ -/* $Header: regcomp.h,v 3.0.1.1 90/08/09 05:06:49 lwall Locked $ +/* $Header: regcomp.h,v 3.0.1.2 90/11/10 01:58:28 lwall Locked $ * * $Log: regcomp.h,v $ + * Revision 3.0.1.2 90/11/10 01:58:28 lwall + * patch38: random cleanup + * * Revision 3.0.1.1 90/08/09 05:06:49 lwall * patch19: sped up {m,n} on simple items * @@ -139,9 +142,11 @@ EXT char regdummy; #ifndef gould #ifndef cray +#ifndef eta10 #define REGALIGN #endif #endif +#endif #define OP(p) (*(p)) |