Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Low-hanging fruit from the R repository #106

Merged
merged 15 commits into from
Aug 16, 2024
Prev Previous commit
Next Next commit
Remove pointless defines.
Obtained from the R repository.
  • Loading branch information
dag-erling committed Jul 30, 2024
commit e040f614690e4d6dd3100bfb9e6287edee72f7ff
3 changes: 0 additions & 3 deletions lib/tre-match-approx.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ char *alloca ();
#endif
#endif /* TRE_USE_ALLOCA */

#define __USE_STRING_INLINES
#undef __NO_INLINE__

#include <assert.h>
#include <stdlib.h>
#include <string.h>
Expand Down