Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57033
b: refs/heads/master
c: f45ffae
h: refs/heads/master
i:
  57031: 0f3bd22
v: v3
  • Loading branch information
James Bottomley authored and James Bottomley committed May 22, 2007
1 parent 52d70eb commit 986c8eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1208bab5d07c9a9172f04b76dc107c37507a9bb3
refs/heads/master: f45ffaec2e51071ea0067849cbb84df9e0531b35
1 change: 1 addition & 0 deletions trunk/drivers/scsi/aic7xxx/aicasm/aicasm_gram.y
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ static void make_expression(expression_t *immed, int value);
static void add_conditional(symbol_t *symbol);
static void add_version(const char *verstring);
static int is_download_const(expression_t *immed);
void yyerror(const char *string);

#define SRAM_SYMNAME "SRAM_BASE"
#define SCB_SYMNAME "SCB_BASE"
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/scsi/aic7xxx/aicasm/aicasm_macro_gram.y
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
static symbol_t *macro_symbol;

static void add_macro_arg(const char *argtext, int position);
void mmerror(const char *string);

%}

Expand Down

0 comments on commit 986c8eb

Please sign in to comment.