Skip to content

Commit

Permalink
Fix build error in nci_thunk_gen.pir.
Browse files Browse the repository at this point in the history
Previous commit merged two sprintf calls into one but forgot to remove
the following concat that joined the two strings together.
  • Loading branch information
GeJ committed Nov 9, 2010
1 parent 29beb3f commit 79a7aa9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/dev/nci_thunk_gen.pir
Expand Up @@ -311,7 +311,7 @@ USAGE
str_file = concat str_file, '.str'

.local string head
head = 'sprintf'(<<'HEAD', c_file)
head = 'sprintf'(<<'HEAD', c_file, ext_defn, str_file)
/* ex: set ro ft=c:
* !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
*
Expand Down Expand Up @@ -351,7 +351,6 @@ USAGE
hackish, but that is just fine */
HEAD
head = concat head, headtail
.return (head)
.end
Expand Down

0 comments on commit 79a7aa9

Please sign in to comment.