diff --git a/bin/precompile.pike b/bin/precompile.pike
index 6a05a37fa313aa3dedfa8c82c387eebbd22c2dd5..3de8ccacc1e1d8b2dc3777eb33f5ca44245a4889 100644
--- a/bin/precompile.pike
+++ b/bin/precompile.pike
@@ -29,6 +29,7 @@
  * BUGS/LIMITATIONS
  *  o Parenthesis must match, even within #if 0
  *  o Not all Pike types are supported yet
+ *  o Line numbers are wrong after INIT
  */
 
 #define PC Parser.C