.
original commit: 7c410fab920f4a18925b97c8ebd02e08b2861616
This commit is contained in:
parent
49b77b2a05
commit
2a5c9ce11d
|
@ -74,10 +74,10 @@
|
|||
;; ----------------------------------------------------------------------------
|
||||
;; C integer types
|
||||
|
||||
(define* _sint8 _sint8)
|
||||
(define* _sint16 _sint16)
|
||||
(define* _sint32 _sint32)
|
||||
(define* _sint64 _sint64)
|
||||
(define* _sint8 _int8)
|
||||
(define* _sint16 _int16)
|
||||
(define* _sint32 _int32)
|
||||
(define* _sint64 _int64)
|
||||
|
||||
;; _byte etc is a convenient name for _uint8 & _sint8
|
||||
;; (_byte is unsigned)
|
||||
|
|
Loading…
Reference in New Issue
Block a user