feisty meow concerns codebase  2.140
version_record.cpp File Reference
#include "string_array.h"
#include "version_record.h"
#include <basis/functions.h>
#include <ctype.h>
Include dependency graph for version_record.cpp:

Go to the source code of this file.

Namespaces

 structures
 A dynamic container class that holds any kind of object via pointers.
 

Macros

#define SEPARATE
 
#define VR_NEWLINE   to_return += "\n"
 

Macro Definition Documentation

◆ SEPARATE

#define SEPARATE
Value:
if (style != DOTS) to_return += ", "; \
else to_return += "."

Definition at line 160 of file version_record.cpp.

◆ VR_NEWLINE

#define VR_NEWLINE   to_return += "\n"

Definition at line 229 of file version_record.cpp.