ports/java/jlint/patches/patch-field_desc_hh

15 lines
298 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- field_desc.hh.orig Tue Jun 5 14:19:37 2001
+++ field_desc.hh Thu Mar 26 19:01:07 2009
@@ -2,9 +2,10 @@
#define FIELD_DESC_HH
#ifdef VISUAL_CPP
-using namespace std;
#pragma warning (disable : 4786)
#endif
+
+using namespace std;
#include "component_desc.hh"
#include "utf_string.hh"