We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a5ec8 commit eb78197Copy full SHA for eb78197
builtins/read.def
@@ -610,7 +610,7 @@ read_builtin (list)
610
}
611
612
CHECK_ALRM;
613
-
+ QUIT; /* in case we didn't call check_signals() */
614
#if defined (READLINE)
615
616
#endif
patchlevel.h
@@ -25,6 +25,6 @@
25
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
26
looks for to find the patch level (for the sccs version string). */
27
28
-#define PATCHLEVEL 17
+#define PATCHLEVEL 18
29
30
#endif /* _PATCHLEVEL_H_ */
0 commit comments