Skip to content

Commit

Permalink
Move literals to private header file
Browse files Browse the repository at this point in the history
  • Loading branch information
dtikhonov committed May 31, 2023
1 parent 17aff29 commit 072635d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main/field.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ typedef enum eFieldDataType {
FIELDTYPE_END_MARKER = 1 << 3,
} fieldDataType;

#define FIELD_NULL_LETTER_CHAR '-'
#define FIELD_NULL_LETTER_STRING "-"

typedef const char* (*fieldRenderer)(const tagEntryInfo *const,
const char *,
vString *);
Expand Down
3 changes: 3 additions & 0 deletions main/field_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
* DATA DECLARATIONS
*/

#define FIELD_NULL_LETTER_CHAR '-'
#define FIELD_NULL_LETTER_STRING "-"


/*
* FUNCTION PROTOTYPES
Expand Down

0 comments on commit 072635d

Please sign in to comment.