~ubuntu-branches/ubuntu/wily/mupen64plus/wily-proposed

« back to all changes in this revision

Viewing changes to rice_video/RSP_Parser.h

  • Committer: Bazaar Package Importer
  • Author(s): Sven Eckelmann
  • Date: 2011-02-06 11:57:54 UTC
  • mfrom: (10.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110206115754-t3abbdfr1q3brszp
Tags: 1.5+dfsg1-15
* Upload to unstable
* Updated my maintainer e-mail address
* debian/patches:
  - Add inline_header.patch, Move inline list_empty to header to make it
    inlineable
* Keep dependencies on separate lines in debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
621
621
bool IsUsedAsDI(uint32 addr);
622
622
 
623
623
#if defined(_DEBUG)
624
 
  void __cdecl LOG_UCODE(const char* szFormat, ...);
 
624
  void __cdecl LOG_UCODE(const char* szFormat, ...) __attribute__ ((format (printf, 1, 2)));
625
625
#else
626
626
  inline void LOG_UCODE(...) {}
627
627
#endif