Skip to content

Commit

Permalink
Missing updates from 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhams committed Oct 20, 2019
1 parent 8ef900b commit 24acac6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libdicl/configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ(2.65)
AC_INIT([libdicl],
[0.1.2],
[0.1.3],
[[email protected]])

AC_SUBST(ACLOCAL_AMFLAGS, "-I macros")
Expand Down
2 changes: 2 additions & 0 deletions libdicl/src/repl_headers/stdio.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ extern int rpl_vfprintf(FILE *, const char *, va_list);
#define vsprintf rpl_vsprintf
extern int rpl_vsprintf(char *,const char *, va_list);

extern int vasprintf(char**, const char*, va_list);

/* Missing pieces */
#undef getline
#define getline rpl_getline
Expand Down

0 comments on commit 24acac6

Please sign in to comment.