diff options
| author | Drahflow <drahflow@gmx.de> | 2016-06-09 15:10:00 +0200 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2016-06-09 15:10:00 +0200 |
| commit | bc3fd52faba1e62aefa6d371507450417983c52c (patch) | |
| tree | 2711586caf7a786a168fbc3651127a2c2cf61f98 /elymas/lib | |
| parent | 8838c952f20a765355daa35922a7811449685485 (diff) | |
Don't deffd %
Diffstat (limited to 'elymas/lib')
| -rw-r--r-- | elymas/lib/ffi/gl.ey | 2 | ||||
| -rw-r--r-- | elymas/lib/sys/opt.ey | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/elymas/lib/ffi/gl.ey b/elymas/lib/ffi/gl.ey index ebfb3be..db256f0 100644 --- a/elymas/lib/ffi/gl.ey +++ b/elymas/lib/ffi/gl.ey @@ -1,6 +1,6 @@ < sys .so ":" via - txt .consume .|hu "%" deffd + txt .consume .|hu "%" defq "/usr/lib/x86_64-linux-gnu/libGL.so.1" :dlopen -- diff --git a/elymas/lib/sys/opt.ey b/elymas/lib/sys/opt.ey index b465332..64f63ac 100644 --- a/elymas/lib/sys/opt.ey +++ b/elymas/lib/sys/opt.ey @@ -1,5 +1,5 @@ < - txt .consume .|hu "%" deffd + txt .consume .|hu "%" defq < "../compiler/elymasAsmOps.ey" include |
