X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2FUtil%2FBuildCmd.h;h=5b81611ae16f33ac376718ba4627dba962a5342c;hb=814818d257f2d990db5aa82da055c399b089b6bd;hp=0dc403e0c78fafd7baa5fcf9cb8cce3cd96a802b;hpb=a6fca54fef56ee58479ea160f6d229de445337c1;p=fw%2Fsdcc diff --git a/support/Util/BuildCmd.h b/support/Util/BuildCmd.h index 0dc403e0..5b81611a 100644 --- a/support/Util/BuildCmd.h +++ b/support/Util/BuildCmd.h @@ -22,13 +22,12 @@ what you give them. Help stamp out software-hoarding! -------------------------------------------------------------------------*/ -#if !defined(__BUILDCMD_H) - +#ifndef __BUILDCMD_H #define __BUILDCMD_H void buildCmdLine (char *into, const char **cmds, const char *p1, const char *p2, - const char *p3, const char **list) ; + const char *p3, set *list); #endif