cvsuser     01/10/05 22:52:15

  Modified:    .        make_op_header.pl
  Log:
  Removed confusing and unused typedef.
  
  Revision  Changes    Path
  1.10      +0 -2      parrot/make_op_header.pl
  
  Index: make_op_header.pl
  ===================================================================
  RCS file: /home/perlcvs/parrot/make_op_header.pl,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -w -r1.9 -r1.10
  --- make_op_header.pl 2001/10/02 14:01:30     1.9
  +++ make_op_header.pl 2001/10/06 05:52:15     1.10
  @@ -20,8 +20,6 @@
   #if !defined(PARROT_OP_H_GUARD)
   #define PARROT_OP_H_GUARD
   
  -typedef INTVAL OP;
  -
   #define DEFAULT_OPCODE_TABLE NULL
   }
   }
  
  
  


Reply via email to