Skip to content

Commit

Permalink
forgot code.h
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Jan 6, 2013
1 parent cdd3474 commit 86d77a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/code.h
Expand Up @@ -465,6 +465,7 @@ extern int stackused;
code *cdconvt87(elem *e, regm_t *pretregs);
code *cload87(elem *e, regm_t *pretregs);
code *cdd_u64(elem *e, regm_t *pretregs);
code *cdd_u32(elem *e, regm_t *pretregs);

#ifdef DEBUG
#define pop87() pop87(__LINE__,__FILE__)
Expand Down

0 comments on commit 86d77a8

Please sign in to comment.