summaryrefslogtreecommitdiff
path: root/flags.c
blob: 8a7513549f464ee97933f12d56cca15766ffcd9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#include <u.h>
#include <libc.h>

#include "dat.h"
#include "fns.h"

void
initflags(void)
{
	flagdoublequotes = DoubleQuotesChars;
}