1da7ff85c5
- Leave out the DOCS option for now because the required conversion of XML to HTML has not been figured out yet. - No more dependency on compat6x - Fetch sources from GitHub - update license to GPLv3 PR: 242402 Submitted by: Joachim Werner Approved by: maintainer (dds@) MFH: 2020Q2
10 lines
315 B
C
10 lines
315 B
C
--- example/.cscout/host-incs.h.orig 2019-12-02 21:11:13 UTC
|
|
+++ example/.cscout/host-incs.h
|
|
@@ -8,6 +8,6 @@
|
|
*/
|
|
|
|
|
|
-#pragma includepath "../../include/stdc"
|
|
+#pragma includepath "/usr/local/include/cscout/stdc"
|
|
/* To avoid unused include file warnings */
|
|
static void _cscout_dummy2(void) { _cscout_dummy2(); }
|