shithub: wl3d

Download patch

ref: c250669d2fda82fdf6e6ee5cdaeee477dd347eb1
parent: 6141459776d34b526b6a7b500929210020cf3a6d
author: qwx <>
date: Mon May 14 04:28:27 EDT 2018

remove typedefs now in /$objtype/include/u.h

--- a/dat.h
+++ b/dat.h
@@ -1,5 +1,3 @@
-typedef short s16int;
-typedef int s32int;
 typedef struct Col Col;
 typedef struct Dat Dat;
 typedef struct Sprc Sprc;
--- a/opl2.c
+++ b/opl2.c
@@ -1,9 +1,6 @@
 #include <u.h>
 #include <libc.h>
 
-typedef char s8int;
-typedef short s16int;
-typedef int s32int;
 typedef struct Envelope Envelope;
 typedef struct Phase Phase;
 typedef struct Op Op;