Added routine PICC - short for piCodeCChain
authorsandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 5 Mar 2001 08:54:30 +0000 (08:54 +0000)
committersandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 5 Mar 2001 08:54:30 +0000 (08:54 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@667 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/SDCCicode.c

index 85b42b166456958f18b2697667080b0afde7380d..f47e69c54c94e0dfa3a7e629a64d48495f99e0d1 100644 (file)
@@ -398,6 +398,10 @@ piCode (void *item, FILE * of)
   return 1;
 }
 
+void PICC(iCode *ic)
+{
+       printiCChain(ic,stdout);
+}
 /*-----------------------------------------------------------------*/
 /* printiCChain - prints intermediate code for humans              */
 /*-----------------------------------------------------------------*/