Skip to content
Snippets Groups Projects
Commit 9adf466e authored by Volodymyr Medvid's avatar Volodymyr Medvid
Browse files

Move MAXDEPTH symbol to lib66.so

Prevent symbol lookup error in commands linked to lib66.so:

66-tree: symbol lookup error: /usr/x86_64-pc-linux-gnu/lib/lib66.so.0.2:
undefined symbol: MAXDEPTH
parent 95421e59
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,6 @@
static unsigned int REVERSE = 0 ;
static unsigned int NOFIELD = 1 ;
unsigned int MAXDEPTH = 1 ;
static unsigned int GRAPH = 0 ;
static char const *const *ENVP ;
static unsigned int nlog = 20 ;
......
......@@ -42,7 +42,6 @@
static unsigned int REVERSE = 0 ;
static unsigned int NOFIELD = 1 ;
unsigned int MAXDEPTH = 1 ;
static unsigned int GRAPH = 0 ;
static uid_t OWNER ;
static char OWNERSTR[UID_FMT] ;
......
......@@ -31,6 +31,8 @@
#include <66/resolve.h>
unsigned int MAXDEPTH = 1 ;
ss_resolve_graph_style graph_utf8 = {
UTF_VR UTF_H,
UTF_UR UTF_H,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment