VirtualBox

Changeset 18 in kStuff


Ignore:
Timestamp:
Jan 30, 2009 6:26:49 AM (16 years ago)
Author:
bird
Message:

kHlpAssert.h: Fixed macros, missing \.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/k/kHlpAssert.h

    r2 r18  
    6060            kHlpAssertMsg1(#expr, __FILE__, __LINE__, __FUNCTION__); \
    6161            kHlpAssertBreakpoint(); \
    62         }
     62        } \
    6363    } while (0)
    6464
     
    7070            kHlpAssertBreakpoint(); \
    7171            return (rcRet); \
    72         }
     72        } \
    7373    } while (0)
    7474
     
    8080            kHlpAssertBreakpoint(); \
    8181            return; \
    82         }
     82        } \
    8383    } while (0)
    8484
     
    9090            kHlpAssertMsg2 msg; \
    9191            kHlpAssertBreakpoint(); \
    92         }
     92        } \
    9393    } while (0)
    9494
     
    101101            kHlpAssertBreakpoint(); \
    102102            return (rcRet); \
    103         }
     103        } \
    104104    } while (0)
    105105
     
    112112            kHlpAssertBreakpoint(); \
    113113            return; \
    114         }
     114        } \
    115115    } while (0)
    116116
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette