updated: [89d3cbd] Removed unneeded var to make build process a bit cleaner
Roland Illig
roland.illig at gmx.de
Tue Jan 27 00:53:28 UTC 2009
Patrick Winnertz schrieb:
> @@ -61,7 +61,7 @@ static inline char* __mhl_str_concat_hlp(const char* base, ...)
> size_t totalsize = 0;
>
> // first pass: scan through the params and count string sizes
> - va_list par;
> + //va_list par;
These comments are not valid in C90. And please don't use identifiers
that start with a double underscore. They are reserved for the compiler.
Roland
More information about the mc-devel
mailing list