fossil: import from plan 9
R=rsc https://codereview.appspot.com/7988047
This commit is contained in:
parent
fea86f0639
commit
6f4d00ee45
50 changed files with 22325 additions and 0 deletions
33
src/cmd/fossil/error.h
Normal file
33
src/cmd/fossil/error.h
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
extern char EBadAddr[];
|
||||
extern char EBadDir[];
|
||||
extern char EBadEntry[];
|
||||
extern char EBadLabel[];
|
||||
extern char EBadMeta[];
|
||||
extern char EBadMode[];
|
||||
extern char EBadOffset[];
|
||||
extern char EBadPath[];
|
||||
extern char EBadRoot[];
|
||||
extern char EBadSuper[];
|
||||
extern char EBlockTooBig[];
|
||||
extern char ECacheFull[];
|
||||
extern char EConvert[];
|
||||
extern char EExists[];
|
||||
extern char EFsFill[];
|
||||
extern char EIO[];
|
||||
extern char EInUse[];
|
||||
extern char ELabelMismatch[];
|
||||
extern char ENilBlock[];
|
||||
extern char ENoDir[];
|
||||
extern char ENoFile[];
|
||||
extern char ENotDir[];
|
||||
extern char ENotEmpty[];
|
||||
extern char ENotFile[];
|
||||
extern char EReadOnly[];
|
||||
extern char ERemoved[];
|
||||
extern char ENotArchived[];
|
||||
extern char EResize[];
|
||||
extern char ERoot[];
|
||||
extern char ESnapOld[];
|
||||
extern char ESnapRO[];
|
||||
extern char ETooBig[];
|
||||
extern char EVentiIO[];
|
||||
Loading…
Add table
Add a link
Reference in a new issue