diff tools/lib64gfx.h @ 1922:3c6f638ce402

Remove the useless distinction of DO_ENC_FUNC and DO_DEC_FUNC, as the function pointers are separate anyway. Thus we now only have DO_FUNC.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 28 Jun 2018 01:24:07 +0300
parents 34ba8e2d2dd7
children 42cd527a01b9
line wrap: on
line diff
--- a/tools/lib64gfx.h	Wed Jun 27 19:13:36 2018 +0300
+++ b/tools/lib64gfx.h	Thu Jun 28 01:24:07 2018 +0300
@@ -92,8 +92,7 @@
     DO_SET_MEM_HI,         // Copy one byte value like DO_SET_MEM, but high nibble only
     DO_SET_MEM_LO,         // Like above, but low nibble
 
-    DO_DEC_FUNC,           // Execute specified decoding function (only for decoding operations)
-    DO_ENC_FUNC,           // Same, but for encoding
+    DO_FUNC,               // Execute specified decoding / encoding function
 
     DO_CHAR_CFG,           // Set character mode configuration