Consolidate rt_make_function_[0123] to rt_make_function_n.

This commit is contained in:
Damien George
2014-01-13 19:50:05 +00:00
parent f88a72a88e
commit f62d33aa1d
9 changed files with 47 additions and 84 deletions

View File

@@ -3,7 +3,6 @@
#include <stdarg.h>
#include <string.h>
#include <assert.h>
#include <sys/types.h>
#include "nlr.h"
#include "misc.h"