diff options
Diffstat (limited to 'devel/hp48xgcc/files/patch-class+clld.h')
-rw-r--r-- | devel/hp48xgcc/files/patch-class+clld.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/hp48xgcc/files/patch-class+clld.h b/devel/hp48xgcc/files/patch-class+clld.h new file mode 100644 index 000000000000..336f8a1c6861 --- /dev/null +++ b/devel/hp48xgcc/files/patch-class+clld.h @@ -0,0 +1,10 @@ +--- class/clld.h 3 Nov 2004 06:57:51 -0000 1.1 ++++ class/clld.h 3 Nov 2004 07:25:35 -0000 1.2 +@@ -76,6 +76,6 @@ + extern bool verbose; // should we talk to the user? + extern bool shared; // are we linking into a shared library rather than an executable? + +-#endif clld_h ++#endif /* clld_h */ + + |