1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-18 00:23:50 +03:00

r8414: Some C++ friendlyness fixes - 'not' is apparently a keyword in C++.

This commit is contained in:
Tim Potter
2005-07-13 05:55:28 +00:00
committed by Gerald (Jerry) Carter
parent c470c3ceac
commit bcfb3a45e4
4 changed files with 8 additions and 8 deletions

View File

@@ -186,7 +186,7 @@ struct ldb_parse_tree {
} list;
struct {
struct ldb_parse_tree *child;
} not;
} isnot;
} u;
};