Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  ConditionalCompilation.h

  Sprache: C
 

/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 * You can obtain one at http://mozilla.org/MPL/2.0/. */


#ifndef DOM_QUOTA_CONDITIONALCOMPILATION_H_
#define DOM_QUOTA_CONDITIONALCOMPILATION_H_

#include "mozilla/dom/quota/RemoveParen.h"

/**
 * Macros for conditional compilation based on build configuration.
 *
 * These macros are primarily used to inline debug or configuration specific
 * declarations or expressions in a single line without needing explicit #ifdef
 * blocks. This improves readability and avoids code clutter.
 *
 * Current macros include:
 * - DEBUGONLY(expr)
 * - DIAGNOSTICONLY(expr)
 *
 * This header may also include future macros such as:
 * - NIGHTLYONLY(expr)
 * - IF_NIGHTLY(expr)
 *
 * All macros in this file are designed for compile time control over code
 * inclusion and should not introduce runtime behavior.
 */


#ifdef DEBUG
#  define DEBUGONLY(expr) MOZ_REMOVE_PAREN(expr)
#else
#  define DEBUGONLY(expr)
#endif

#ifdef MOZ_DIAGNOSTIC_ASSERT_ENABLED
#  define DIAGNOSTICONLY(expr) MOZ_REMOVE_PAREN(expr)
#else
#  define DIAGNOSTICONLY(expr)
#endif

#endif  // DOM_QUOTA_CONDITIONALCOMPILATION_H_

Messung V0.5 in Prozent
C=92 H=100 G=95

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=141584
#Domains=738142