br3392236: Don't treat \Space after \BackSlash as a sign for line continuation
commit490f85e73d8bca15ada1c0bacc101c136e5d9cee
authorCyrill Gorcunov <gorcunov@gmail.com>
Thu, 27 Dec 2012 16:02:17 +0000 (27 20:02 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Thu, 27 Dec 2012 16:04:28 +0000 (27 20:04 +0400)
tree8ee0af831028a3ee8e0c6ce9eaa9850ad2b6c7e2
parent74ebbde14c08a79cf4d975770732ac279389213c
br3392236: Don't treat \Space after \BackSlash as a sign for line continuation

In commit f1fe4fdeabeaf2e5e4d02ef43beeb09a6fbfed1b I occasionally
made a \Space after \BackSlash being a sign of line continuation.

Fix it.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
preproc.c