Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
xfile completely refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
nyuichi committed May 28, 2015
1 parent 329251d commit 00cde35
Show file tree
Hide file tree
Showing 7 changed files with 599 additions and 664 deletions.
2 changes: 0 additions & 2 deletions extlib/benz/include/picrin.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ extern "C" {
#include <limits.h>
#include <stdarg.h>

#include <stdio.h>

#include "picrin/config.h"
#include "picrin/util.h"
#include "picrin/compat.h"
Expand Down
1 change: 1 addition & 0 deletions extlib/benz/include/picrin/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
#endif

#if DEBUG
# include <stdio.h>
# define GC_STRESS 0
# define VM_DEBUG 1
# define GC_DEBUG 0
Expand Down
Loading

0 comments on commit 00cde35

Please sign in to comment.