updated for version 7.0-205
diff --git a/src/getchar.c b/src/getchar.c
index 6705202..9d8944c 100644
--- a/src/getchar.c
+++ b/src/getchar.c
@@ -4401,7 +4401,6 @@
 }
 #endif
 
-#if defined(FEAT_EVAL) || defined(PROTO)
 /*
  * Copy "p" to allocated memory, escaping K_SPECIAL and CSI so that the result
  * can be put in the typeahead buffer.
@@ -4440,7 +4439,6 @@
     }
     return res;
 }
-#endif
 
 /*
  * Write map commands for the current mappings to an .exrc file.
diff --git a/src/version.c b/src/version.c
index f9ad029..c9508b9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    205,
+/**/
     204,
 /**/
     203,