develooper Front page | perl.perl6.internals | Postings from December 2001

[PATCH] - Addition of UINTVAL

Thread Next
From:
David & Lisa Jacobs
Date:
December 31, 2001 19:43
Subject:
[PATCH] - Addition of UINTVAL
Message ID:
001901c19276$842a3780$6401a8c0@jacobs
Index: config_h.in
===================================================================
RCS file: /cvs/public/parrot/config_h.in,v
retrieving revision 1.13
diff -c -r1.13 config_h.in
*** config_h.in 30 Dec 2001 17:26:55 -0000 1.13
--- config_h.in 1 Jan 2002 03:41:43 -0000
***************
*** 8,13 ****
--- 8,14 ----
  #define PARROT_CONFIG_H_GUARD
  #include <stddef.h>
  typedef ${iv} INTVAL;
+ typedef unsigned ${iv} UINTVAL;
  typedef ${nv} FLOATVAL;
  
  typedef ${opcode_t} opcode_t;



Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About