зеркало из https://github.com/mozilla/gecko-dev.git
exporting to dist the new header file "nsAlgorithm.h" . Part of the fix for bug #39686
This commit is contained in:
Родитель
dae10b02a8
Коммит
0430a32652
|
@ -1,3 +1,4 @@
|
|||
nsAlgorithm.h
|
||||
nsAVLTree.h
|
||||
nsAtomService.h
|
||||
nsCppSharedAllocator.h
|
||||
|
|
|
@ -69,6 +69,7 @@ CPPSRCS = \
|
|||
$(NULL)
|
||||
|
||||
EXPORTS = \
|
||||
nsAlgorithm.h \
|
||||
nsAVLTree.h \
|
||||
nsAtomService.h \
|
||||
nsCppSharedAllocator.h \
|
||||
|
|
|
@ -28,7 +28,8 @@ MODULE = xpcom
|
|||
## exports
|
||||
|
||||
EXPORTS = \
|
||||
nsTextFormatter.h \
|
||||
nsAlgorithm.h \
|
||||
nsTextFormatter.h \
|
||||
nsAVLTree.h \
|
||||
nsCppSharedAllocator.h \
|
||||
nsCRT.h \
|
||||
|
|
Загрузка…
Ссылка в новой задаче