now that we have an identifier table in the PCH file, finish hooking up
macro deserialization.  We now correctly install II's in tokens, handle
function-like macros, etc.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68882 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/PCH/variables.h b/test/PCH/variables.h
index d8dd2cf..7b27671 100644
--- a/test/PCH/variables.h
+++ b/test/PCH/variables.h
@@ -15,4 +15,4 @@
 int MAKE_HAPPY(Very);
 
 #define A_MACRO_IN_THE_PCH 492
-#define FUNCLIKE_MACRO(X, Y) X ## Y
\ No newline at end of file
+#define FUNCLIKE_MACRO(X, Y) X ## Y