DEBSOURCES
Skip Quicknav
sources / abyss / 2.3.10-1 / KAligner / Options.h
123456789
#ifndef ALIGN_OPTIONS_H #define ALIGN_OPTIONS_H 1 namespace opt { enum { IGNORE, MULTIMAP, ERROR }; extern int multimap; } #endif