Ignore:
Timestamp:
Dec 18, 2011, 10:28:22 PM (14 years ago)
Author:
dmik
Message:

Merge branch gcc-kmk to trunk.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1 bin
        2 Makefile.inc
         1env.cmd
         2LocalConfig.kmk
    • Property svn:mergeinfo set to
      /branches/gcc-kmkmergedeligible
  • trunk/src/win32k/include/ModuleBase.h

    r5093 r21916  
    5555 */
    5656#define printIPE(a) (ModuleBase::ulInfoLevel >= ModuleBase::Error ? \
    57                      ModuleBase::printf("\nerror(%d:"__FUNCTION__"): !Internal Processing Error!\n\t", __LINE__), \
     57                     ModuleBase::printf("\nerror(%d:%s): !Internal Processing Error!\n\t", __LINE__, __FUNCTION__), \
    5858                     ModuleBase::printf a,  \
    5959                     ModuleBase::printf("\n")  \
    6060                     : (void)0,(void)0,(void)0 )
    6161#define printErr(a) (ModuleBase::ulInfoLevel >= ModuleBase::Error ? \
    62                      ModuleBase::printf("error(%d:"__FUNCTION__"): ", __LINE__), \
     62                     ModuleBase::printf("error(%d:%s: ", __LINE__, __FUNCTION__), \
    6363                     ModuleBase::printf a  \
    6464                     : (void)0,(void)0 )
    6565#define printWar(a) (ModuleBase::ulInfoLevel >= ModuleBase::Warning ? \
    66                      ModuleBase::printf("warning("__FUNCTION__"): "), \
     66                     ModuleBase::printf("warning(%s): ", __FUNCTION__), \
    6767                     ModuleBase::printf a  \
    6868                     : (void)0,(void)0 )
Note: See TracChangeset for help on using the changeset viewer.