diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-11-08 12:34:02 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-11-08 12:34:02 +0100 |
| commit | 2d4408f975ea44ffabd7c3a6d43e4d9b5725c052 (patch) | |
| tree | 4948d752ec23ef0c34d70dcec59891dcb746fb64 /macro.h | |
| parent | 97f052ffd7b89f38452c3476c036001d5f6c56f3 (diff) | |
| download | vis-2d4408f975ea44ffabd7c3a6d43e4d9b5725c052.tar.gz vis-2d4408f975ea44ffabd7c3a6d43e4d9b5725c052.tar.xz | |
vis: more comments and cleanups
Diffstat (limited to 'macro.h')
| -rw-r--r-- | macro.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/macro.h b/macro.h deleted file mode 100644 index bd52646..0000000 --- a/macro.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef MACRO_H -#define MACRO_H - -#include "buffer.h" - -typedef Buffer Macro; -#define macro_release buffer_release -#define macro_reset buffer_truncate -#define macro_append buffer_append0 - -#endif |
