Skip to content

Commit

Permalink
milkymist: ANSI-style fpvm_version declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
wpwrak authored and Sebastien Bourdeauducq committed Dec 12, 2011
1 parent 7cec37e commit d30353b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion software/include/fpvm/fpvm.h
Expand Up @@ -104,7 +104,7 @@ struct fpvm_fragment {


extern const char *_Xi, *_Yi, *_Xo, *_Yo; extern const char *_Xi, *_Yi, *_Xo, *_Yo;


const char *fpvm_version(); const char *fpvm_version(void);


void fpvm_do_init(struct fpvm_fragment *fragment, int vector_mode); void fpvm_do_init(struct fpvm_fragment *fragment, int vector_mode);
const char *fpvm_get_last_error(struct fpvm_fragment *fragment); const char *fpvm_get_last_error(struct fpvm_fragment *fragment);
Expand Down
2 changes: 1 addition & 1 deletion software/libfpvm/fpvm.c
Expand Up @@ -26,7 +26,7 @@
const char *_Xi, *_Yi, *_Xo, *_Yo; /* unique, provided by user of libfpvm */ const char *_Xi, *_Yi, *_Xo, *_Yo; /* unique, provided by user of libfpvm */




const char *fpvm_version() const char *fpvm_version(void)
{ {
return VERSION; return VERSION;
} }
Expand Down

0 comments on commit d30353b

Please sign in to comment.