aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorDan Nicolaescu2010-04-23 15:22:06 -0700
committerDan Nicolaescu2010-04-23 15:22:06 -0700
commit4196ff33d3a754ad32ec923f3246c936e55cecce (patch)
tree53794e246cd65176ace143fa90be19bc64a088a7 /src/s
parent879b0ee46ed139f2263c0f34917aeeb15f9269bf (diff)
downloademacs-4196ff33d3a754ad32ec923f3246c936e55cecce.tar.gz
emacs-4196ff33d3a754ad32ec923f3246c936e55cecce.zip
* s/cygwin.h (LIBS_DEBUG): Remove, unused.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/cygwin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/s/cygwin.h b/src/s/cygwin.h
index 914f11f1bba..1141f0bbd5e 100644
--- a/src/s/cygwin.h
+++ b/src/s/cygwin.h
@@ -138,7 +138,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
138/* Don't list system libs on link command line */ 138/* Don't list system libs on link command line */
139#define LIB_STANDARD 139#define LIB_STANDARD
140#define LIB_MATH 140#define LIB_MATH
141#define LIBS_DEBUG
142 141
143#define START_FILES ecrt0.o 142#define START_FILES ecrt0.o
144 143