Changeset 853 for cpp/frams/genetics/fL
- Timestamp:
- 02/15/19 03:09:31 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fL/fL_oper.cpp
r821 r853 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-201 8Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2019 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 313 313 // if there are no rules - create one 314 314 } 315 /* no break */315 [[fallthrough]]; 316 316 case FL_ADD_RULE: 317 317 { … … 387 387 // if there are no words, from which rules can be formed, then add one 388 388 } 389 /* no break */389 [[fallthrough]]; 390 390 case FL_ADD_WDEF: 391 391 { … … 411 411 // deletion should be performed 412 412 } 413 /* no break */413 [[fallthrough]]; 414 414 case FL_DEL_WORD: 415 415 { … … 476 476 // if no words available, then add word 477 477 } 478 /* no break */478 [[fallthrough]]; 479 479 case FL_ADD_WORD: 480 480 {
Note: See TracChangeset
for help on using the changeset viewer.