Skip to content

Commit

Permalink
re-run etc/docomp
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored and markuspf committed Mar 8, 2017
1 parent 2d62004 commit 7e3bb10
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/c_filt1.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef AVOID_PRECOMPILED
/* C file produced by GAC */
#include "compiled.h"
#include "src/compiled.h"

/* global variables used in handlers */
static GVar G_IS__FUNCTION;
Expand Down
2 changes: 1 addition & 1 deletion src/c_meths1.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef AVOID_PRECOMPILED
/* C file produced by GAC */
#include "compiled.h"
#include "src/compiled.h"

/* global variables used in handlers */
static GVar G_METHOD__0ARGS;
Expand Down
2 changes: 1 addition & 1 deletion src/c_oper1.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef AVOID_PRECOMPILED
/* C file produced by GAC */
#include "compiled.h"
#include "src/compiled.h"

/* global variables used in handlers */
static GVar G_REREADING;
Expand Down
2 changes: 1 addition & 1 deletion src/c_random.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef AVOID_PRECOMPILED
/* C file produced by GAC */
#include "compiled.h"
#include "src/compiled.h"

/* global variables used in handlers */
static GVar G_QUO__INT;
Expand Down
2 changes: 1 addition & 1 deletion src/c_type1.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef AVOID_PRECOMPILED
/* C file produced by GAC */
#include "compiled.h"
#include "src/compiled.h"

/* global variables used in handlers */
static GVar G_NAME__FUNC;
Expand Down

0 comments on commit 7e3bb10

Please sign in to comment.