Skip to content

Commit

Permalink
Re-sorted `csmith_SOURCES'.
Browse files Browse the repository at this point in the history
Sort these according to the "customary" ASCII sort order.  This makes it
easier to regenerate/check this list by producing a list of source files
via `ls'.
  • Loading branch information
eeide committed Aug 11, 2011
1 parent caee8b5 commit 936f2b6
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 82 deletions.
16 changes: 8 additions & 8 deletions src/Makefile.am
Expand Up @@ -86,14 +86,14 @@ csmith_SOURCES = \
Error.h \
Expression.cpp \
Expression.h \
ExpressionFuncall.cpp \
ExpressionFuncall.h \
ExpressionVariable.cpp \
ExpressionVariable.h \
ExpressionAssign.cpp \
ExpressionAssign.h \
ExpressionComma.cpp \
ExpressionComma.h \
ExpressionFuncall.cpp \
ExpressionFuncall.h \
ExpressionVariable.cpp \
ExpressionVariable.h \
ExtensionMgr.cpp \
ExtensionMgr.h \
ExtensionValue.cpp \
Expand Down Expand Up @@ -138,6 +138,10 @@ csmith_SOURCES = \
RandomNumber.cpp \
RandomNumber.h \
RandomProgramGenerator.cpp \
Reducer.cpp \
Reducer.h \
ReducerOutputMgr.cpp \
ReducerOutputMgr.h \
SafeOpFlags.cpp \
SafeOpFlags.h \
Sequence.cpp \
Expand Down Expand Up @@ -185,10 +189,6 @@ csmith_SOURCES = \
platform.h \
random.cpp \
random.h \
Reducer.cpp \
Reducer.h \
ReducerOutputMgr.cpp \
ReducerOutputMgr.h \
util.cpp \
util.h

Expand Down

0 comments on commit 936f2b6

Please sign in to comment.