mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
14 lines
193 B
Plaintext
14 lines
193 B
Plaintext
#include "config.h"
|
|
|
|
char markdown_version[] = BRANCH VERSION
|
|
#if @TABSTOP@ != 4
|
|
" TAB=@TABSTOP@"
|
|
#endif
|
|
#if USE_AMALLOC
|
|
" DEBUG"
|
|
#endif
|
|
#if GITHUB_CHECKBOX
|
|
" GITHUB_CHECKBOX"
|
|
#endif
|
|
;
|