Skip to content

Commit

Permalink
Re-order headers to work with C99 inlining.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87175 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
kalibera committed Sep 18, 2024
1 parent a63acc0 commit 3550807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gnuwin32/rt_complete.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
# define min(a, b) (a < b ? a : b)
#endif

#include <Defn.h>
#include <Rinternals.h>
#include <R_ext/Parse.h>
#include <Defn.h>

static int completion_available = -1;

Expand Down

0 comments on commit 3550807

Please sign in to comment.