Imported from ../bash-2.01.tar.gz.
[platform/upstream/bash.git] / builtins / suspend.def
index 151c34d..82ec71b 100644 (file)
@@ -46,7 +46,10 @@ $END
 
 extern int job_control;
 
-static SigHandler *old_cont, *old_stop;
+static SigHandler *old_cont;
+#if 0
+static SigHandler *old_stop;
+#endif
 
 /* Continue handler. */
 sighandler