Hi! Commented out a tcc_error_noabort("'%s' defined twice"... on mob
gcc-3.4.6 don't give such error by default
example file1.c
  char __version_303_xxxxxxxx;
  void func1() {}
example file2.c
  char __version_303_xxxxxxxx;
  void func2() {}
  int main() { return 0; }
I think there must be a switch to supress such message as minimum

_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to